mirror of
https://github.com/qdrant/fastembed.git
synced 2026-07-23 11:20:51 -05:00
* 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:
11
mkdocs.yml
11
mkdocs.yml
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user