chore: drop root mkdocs.yml; adopt per-kind docs/mkdocs.lib.yml as source of truth

This commit is contained in:
2026-09-13 18:23:34 +05:30
parent 294f3d7a0c
commit 06c45249fc

View File

@@ -52,7 +52,7 @@ plugins:
handlers:
python:
paths:
- .
- ..
options:
docstring_style: google
show_source: false
@@ -67,14 +67,15 @@ plugins:
show_object_full_path: false
show_symbol_type_heading: true
site_name: openapi_first
docs_dir: docs
docs_dir: lib
site_dir: ../site/lib
nav:
- Home: lib/index.md
- Home: index.md
- Application Bootstrap:
- lib/app.md
- lib/binder.md
- app.md
- binder.md
- Core Utilities:
- lib/loader.md
- lib/errors.md
- loader.md
- errors.md
- OpenAPI Client:
- lib/client.md
- client.md