added manage_docs.py and docs folder

This commit is contained in:
2026-01-10 17:21:54 +05:30
parent f25762685b
commit 8a90e10acc
7 changed files with 221 additions and 0 deletions

47
mkdocs.yml Normal file
View File

@@ -0,0 +1,47 @@
site_name: Aetoskia Mail Intake
site_description: Format-agnostic document reading, parsing, and scraping framework
theme:
name: material
palette:
- scheme: slate
primary: deep purple
accent: cyan
font:
text: Inter
code: JetBrains Mono
features:
- navigation.tabs
- navigation.expand
- navigation.top
- navigation.instant
- content.code.copy
- content.code.annotate
plugins:
- search
- mkdocstrings:
handlers:
python:
paths: ["."]
options:
docstring_style: google
show_source: false
show_signature_annotations: true
separate_signature: true
merge_init_into_class: true
inherited_members: true
annotations_path: brief
show_root_heading: true
group_by_category: true
nav:
- Home: openapi_first/index.md
- Core:
- OpenAPI-First App: openapi_first/app.md
- Route Binder: openapi_first/binder.md
- Spec Loaders: openapi_first/loaders.md
- Errors:
- Error Hierarchy: openapi_first/errors.md