File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2727 path : ~/.cache
2828 restore-keys : |
2929 mkdocs-material-
30- - run : pip install mkdocs-material
30+ - run : pip install mkdocs-material mkdocs-awesome-nav
3131 - run : mkdocs gh-deploy --force
Original file line number Diff line number Diff line change 1+ preserve_directory_names : true
2+ nav :
3+ - Home :
4+ - index.md
5+ - Typography.md
6+ - Configuration.md
Original file line number Diff line number Diff line change @@ -7,13 +7,6 @@ repo_name: Template_MkDocs
77repo_url : https://github.com/NodesAutomations/Template_MkDocs
88edit_uri : edit/main/docs/
99
10- # Navigation Tree
11- nav :
12- - Home :
13- - index.md
14- - Typography : Typography.md
15- - Configuration : Configuration.md
16-
1710# Theme
1811theme :
1912 name : material
@@ -44,6 +37,10 @@ theme:
4437 repo : fontawesome/brands/git-alt
4538 edit : material/pencil
4639 view : material/eye
40+
41+ plugins :
42+ - search
43+ - awesome-nav
4744
4845# Extensions
4946markdown_extensions :
You can’t perform that action at this time.
0 commit comments