docs(nav): 🚀 nav-tab enabled and new order of pages for better understanding
Signed-off-by: Onuralp SEZER <thunderbirdtr@gmail.com>
This commit is contained in:
parent
15b4914448
commit
d2ccc4f270
|
|
@ -1,5 +1,7 @@
|
|||
---
|
||||
comments: true
|
||||
hide:
|
||||
- navigation
|
||||
---
|
||||
|
||||
<div align="center">
|
||||
|
|
|
|||
10
mkdocs.yml
10
mkdocs.yml
|
|
@ -66,15 +66,16 @@ nav:
|
|||
- Image: utils/image.md
|
||||
- Notebook: utils/notebook.md
|
||||
- File: utils/file.md
|
||||
- Assets: assets.md
|
||||
- Development:
|
||||
- Assets: assets.md
|
||||
- Cookbooks: cookbooks.md
|
||||
- Contribute:
|
||||
- Contributing: contributing.md
|
||||
- Code of Conduct: code_of_conduct.md
|
||||
- License: license.md
|
||||
- Changelog:
|
||||
- Changelog: changelog.md
|
||||
- Deprecated: deprecated.md
|
||||
- License: license.md
|
||||
- Cookbooks: cookbooks.md
|
||||
|
||||
|
||||
|
||||
theme:
|
||||
|
|
@ -90,6 +91,7 @@ theme:
|
|||
- content.action.edit
|
||||
- content.tooltips
|
||||
- content.code.annotate
|
||||
- navigation.tabs
|
||||
|
||||
palette:
|
||||
# Palette for light mode
|
||||
|
|
|
|||
Loading…
Reference in New Issue