mirror of
https://github.com/qdrant/fastembed.git
synced 2026-08-06 01:50:59 -05:00
63 lines
1.3 KiB
YAML
63 lines
1.3 KiB
YAML
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
|
|
icon:
|
|
repo: fontawesome/brands/github
|
|
|
|
accent:
|
|
# Primary color
|
|
color: "#3f51b5"
|
|
# Text color for primary color
|
|
text: "#ffffff"
|
|
|
|
palette:
|
|
# Palette toggle for light mode
|
|
- scheme: default
|
|
toggle:
|
|
icon: material/brightness-7
|
|
name: Switch to dark mode
|
|
|
|
# Palette toggle for dark mode
|
|
- scheme: slate
|
|
toggle:
|
|
icon: material/brightness-4
|
|
name: Switch to light mode
|
|
|
|
markdown_extensions:
|
|
- abbr
|
|
- admonition
|
|
- attr_list
|
|
# - highlight
|
|
- def_list
|
|
- toc:
|
|
permalink: true
|
|
toc_depth: 3
|
|
|
|
plugins:
|
|
- search
|
|
- mkdocstrings:
|
|
default_handler: python
|
|
handlers:
|
|
python:
|
|
options:
|
|
show_source: false
|
|
show_bases: false
|
|
show_if_no_docstring: true
|
|
merge_init_into_class: true
|
|
show_root_toc_entry: false
|
|
show_inheritance: true
|
|
show_private: false
|
|
show_special_members: false
|