-
Notifications
You must be signed in to change notification settings - Fork 25
/
mkdocs.yml
91 lines (82 loc) · 2.02 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
site_name: Starlight Search
site_url: https://starlight-search.com
repo_url: https://github.com/StarlightSearch/EmbedAnything
repo_name: StarlightSearch/EmbedAnything
theme:
name: "material"
logo: "assets/128x128.png"
favicon: "assets/icon.ico"
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
palette:
# Palette toggle for light mode
- scheme: default
primary: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
primary: black
toggle:
icon: material/brightness-4
name: Switch to light mode
plugins:
- mkdocstrings
- search
- blog:
archive: false
nav:
- index.md
- references.md
- Blog:
- blog/index.md
- Guides:
- guides/colpali.md
- guides/images.md
- guides/semantic.md
- guides/adapters.md
- guides/onnx_models.md
- Contribution:
- roadmap/roadmap.md
- roadmap/contribution.md
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- def_list
- pymdownx.tasklist:
custom_checkbox: true
extra:
analytics:
provider: google
property: G-25WL8Y1K9Y
feedback:
title: Was this page helpful?
ratings:
- icon: material/emoticon-happy-outline
name: This page was helpful
data: 1
note: >-
Thanks for your feedback!
- icon: material/emoticon-sad-outline
name: This page could be improved
data: 0
note: >-
Thanks for your feedback! Help us improve this page by
using our <a href="..." target="_blank" rel="noopener">feedback form</a>.