mirror of
https://github.com/jomjol/AI-on-the-edge-device-docs.git
synced 2025-12-10 13:36:56 +03:00
switch theme to "material". This theme uses page navigation scrolling and shows the page toc on the right side.
This commit is contained in:
11
mkdocs.yml
11
mkdocs.yml
@@ -5,8 +5,14 @@ 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
|
edit_uri: https://github.com/jomjol/AI-on-the-edge-device-docs/edit/main/docs
|
||||||
|
|
||||||
theme:
|
theme:
|
||||||
name: readthedocs
|
# name: readthedocs
|
||||||
custom_dir: readthedocs-mod/
|
# custom_dir: readthedocs-mod/
|
||||||
|
|
||||||
|
name: material
|
||||||
|
logo: img/logo.svg
|
||||||
|
favicon: img/favicon.ico
|
||||||
|
palette:
|
||||||
|
primary: blue
|
||||||
|
|
||||||
|
|
||||||
plugins:
|
plugins:
|
||||||
@@ -15,6 +21,7 @@ plugins:
|
|||||||
filename: nav.yml
|
filename: nav.yml
|
||||||
- enumerate-headings:
|
- enumerate-headings:
|
||||||
increment_across_pages: false
|
increment_across_pages: false
|
||||||
|
toc_depth: 6
|
||||||
|
|
||||||
# The navigation is configured in the docs/nav.yml file!
|
# The navigation is configured in the docs/nav.yml file!
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user