📝 Write and configure documentation

This commit is contained in:
2023-03-11 16:17:12 +01:00
parent 0b71633ae5
commit 65df91ed3c
8 changed files with 234 additions and 25 deletions
+16 -1
View File
@@ -26,13 +26,28 @@ extra_css:
plugins:
- search
- mkdocstrings
- mkdocstrings:
handlers:
python:
options:
show_source: false
show_root_toc_entry: false
import:
- https://marshmallow.readthedocs.io/en/stable/objects.inv
markdown_extensions:
- admonition
- codehilite
- extra
- pymdownx.superfences
- toc:
permalink: true
watch:
- src
nav:
- Home: index.md
- 'API Reference':
- api_reference/schema.md
- api_reference/decorators.md