mirror of
https://github.com/jomjol/AI-on-the-edge-device-docs.git
synced 2025-12-06 03:26:54 +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
|
||||
|
||||
theme:
|
||||
name: readthedocs
|
||||
custom_dir: readthedocs-mod/
|
||||
# name: readthedocs
|
||||
# custom_dir: readthedocs-mod/
|
||||
|
||||
name: material
|
||||
logo: img/logo.svg
|
||||
favicon: img/favicon.ico
|
||||
palette:
|
||||
primary: blue
|
||||
|
||||
|
||||
plugins:
|
||||
@@ -15,6 +21,7 @@ plugins:
|
||||
filename: nav.yml
|
||||
- enumerate-headings:
|
||||
increment_across_pages: false
|
||||
toc_depth: 6
|
||||
|
||||
# The navigation is configured in the docs/nav.yml file!
|
||||
|
||||
|
||||
Reference in New Issue
Block a user