-
Notifications
You must be signed in to change notification settings - Fork 40
/
mkdocs.yml
40 lines (33 loc) · 982 Bytes
/
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
site_name: AI on the Edge Device
site_url: https://jomjol.github.io/AI-on-the-edge-device-docs/
repo_url: https://github.com/jomjol/AI-on-the-edge-device-docs
edit_uri: https://github.com/jomjol/AI-on-the-edge-device-docs/edit/main/docs
theme:
# name: readthedocs
# custom_dir: readthedocs-mod/
name: material
logo: img/logo.svg
favicon: img/favicon.ico
palette:
primary: blue
plugins:
- search
- awesome-pages:
filename: nav.yml
- enumerate-headings:
increment_across_pages: false
toc_depth: 6
# The navigation is configured in the docs/nav.yml file!
markdown_extensions:
- attr_list # Needed to scale images
- pymdownx.emoji: # Emoji support
emoji_generator: !!python/name:pymdownx.emoji.to_alt
- markdown.extensions.admonition
- def_list
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences