chore: drop root mkdocs.yml; adopt per-kind docs/mkdocs.lib.yml as source of truth
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user