docs: updating mkdocs documentation

- adding user guide section
- removing "baselevel: 4"
This commit is contained in:
Mose Müller
2023-10-11 13:57:38 +02:00
parent 106ffbfc40
commit 93c2f5ab70
3 changed files with 14 additions and 3 deletions

View File

@ -4,6 +4,8 @@ edit_uri: blob/docs/docs/
nav:
- Home: index.md
- Getting Started: getting-started.md
- User Guide:
- Components Guide: user-guide/Components.md
- Developer Guide:
- Developer Guide: dev-guide/README.md
- API Reference: dev-guide/api.md
@ -22,7 +24,6 @@ markdown_extensions:
- smarty
- toc:
permalink: true
baselevel: 4
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.snippets
@ -38,5 +39,3 @@ plugins:
watch:
- src/pydase