generated from daniil-berg/boilerplate-py
📝 Write and configure documentation
This commit is contained in:
+16
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user