-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yaml
More file actions
67 lines (67 loc) · 1.6 KB
/
mkdocs.yaml
File metadata and controls
67 lines (67 loc) · 1.6 KB
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
site_name: MkDocs Chatbot
repo_url: https://github.com/jonco5555/mkdocs-chatbot
nav:
- Home: index.md
- Backend Setup: backend_setup.md
- Example: example.md
theme:
name: material
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
primary: light blue
accent: light blue
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
primary: light blue
accent: light blue
font:
text: Roboto
code: Roboto Mono
logo: assets/head.png
favicon: assets/head.png
features:
- navigation.tabs
- navigation.top
- navigation.tabs.sticky
- navigation.footer
- navigation.expand
- search.highlight
- search.suggest
- toc.integrate
- content.code.copy
plugins:
- search
- awesome-pages
- markdown-exec
- chatbot:
url: https://mkdocs-chatbot-903213368620.europe-west1.run.app/?embed=true
markdown_extensions:
- admonition
- codehilite
- footnotes
- meta
- toc:
permalink: true
- pymdownx.highlight:
linenums: true
- pymdownx.tabbed:
alternate_style: true
- pymdownx.details
- pymdownx.snippets:
restrict_base_path: false
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/jonco5555/mkdocs-chatbot