* chore(mkdocs.yml): add site_url, site_author, repo_url, repo_name, remote_branch, remote_name, and copyright information

* docs(mkdocs.yml): update theme custom_dir to docs/overrides
This commit is contained in:
NirantK
2023-08-21 18:34:42 +05:30
parent f894f4ad1e
commit 88a70bfa9d

View File

@@ -1,4 +1,15 @@
site_name: FastEmbed
site_url: https://qdrant.github.io/fastembed/
site_author: Nirant Kasliwal
repo_url: https://github.com/qdrant/fastembed
repo_name: qdrant/fastembed
remote_branch: gh-pages
remote_name: origin
copyright: |
Maintained by <a href="https://github.com/qdrant">Qdrant</a>.
theme:
name: material
custom_dir: docs/overrides