-
Notifications
You must be signed in to change notification settings - Fork 110
/
mkdocs.yml
93 lines (85 loc) · 2.17 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
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>. Originally created by <a href="https://nirantk.com/about">Nirant Kasliwal</a>.
theme:
name: material
logo: assets/favicon.png
custom_dir: docs/overrides
icon:
repo: fontawesome/brands/github
features:
- search.suggest
- search.highlight
- navigation.instant
- navigation.tracking
- navigation.expand
- navigation.sections
- content.code.annotate
- toc.follow
- header.autohide
- announce.dismiss
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
- mknotebooks:
execute: false
timeout: 100
allow_errors: false
tag_remove_configs:
remove_cell_tags:
- Remove_cell
remove_all_outputs_tags:
- Remove_all_output
remove_single_output_tags:
- Remove_single_output
remove_input_tags:
- Remove_input
markdown_extensions:
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format