-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yaml
70 lines (64 loc) · 1.56 KB
/
mkdocs.yaml
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
site_name: Documentation
repo_url: https://github.com/nebuly-ai/nebullvm
repo_name: nebuly-ai/nebullvm
nav:
- 👋 Welcome:
- Quickstart: index.md
- Contribution guidelines: contributions.md
- Modules:
- Speedster: '!include nebullvm/apps/accelerate/speedster/docs/en/mkdocs.yaml'
- Nos: '!include ./nos/docs/en/mkdocs.yaml'
plugins:
- monorepo
- search
markdown_extensions:
- admonition
- def_list
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tabbed:
alternate_style: true
slugify: !!python/object/apply:pymdownx.slugs.slugify
kwds:
case: lower
theme:
name: material
logo: /assets/logo_n.png
favicon: /assets/logo_n.png
palette:
- media: '(prefers-color-scheme: light)'
scheme: default
primary: black
accent: amber
toggle:
icon: material/toggle-switch
name: Switch to light mode
- media: '(prefers-color-scheme: dark)'
scheme: slate
primary: black
accent: amber
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
features:
- search.suggest
- search.highlight
- content.tabs.link
- content.code.copy
- content.code.annotate
- navigation.instant
- navigation.sections
- navigation.tracking
- navigation.path
icon:
repo: fontawesome/brands/github
extra:
analytics:
provider: google
property: G-GK0VXD2PS9