module as source doc fixes #2
@@ -1,10 +1,10 @@
|
|||||||
home: openapi_first/index.md
|
home: index.md
|
||||||
groups:
|
groups:
|
||||||
Application Bootstrap:
|
Application Bootstrap:
|
||||||
- openapi_first/app.md
|
- app.md
|
||||||
- openapi_first/binder.md
|
- binder.md
|
||||||
Core Utilities:
|
Core Utilities:
|
||||||
- openapi_first/loader.md
|
- loader.md
|
||||||
- openapi_first/errors.md
|
- errors.md
|
||||||
OpenAPI Client:
|
OpenAPI Client:
|
||||||
- openapi_first/client.md
|
- client.md
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
# Openapi First
|
# openapi_first
|
||||||
|
|
||||||
::: openapi_first
|
::: openapi_first
|
||||||
17
mkdocs.yml
17
mkdocs.yml
@@ -1,6 +1,3 @@
|
|||||||
site_name: Aetoskia OpenAPI First
|
|
||||||
site_description: Contract-first FastAPI application bootstrap and specification-driven HTTP client.
|
|
||||||
|
|
||||||
theme:
|
theme:
|
||||||
name: material
|
name: material
|
||||||
palette:
|
palette:
|
||||||
@@ -34,14 +31,14 @@ plugins:
|
|||||||
annotations_path: brief
|
annotations_path: brief
|
||||||
show_root_heading: true
|
show_root_heading: true
|
||||||
group_by_category: true
|
group_by_category: true
|
||||||
|
site_name: openapi_first
|
||||||
nav:
|
nav:
|
||||||
- Home: openapi_first/index.md
|
- Home: index.md
|
||||||
- Application Bootstrap:
|
- Application Bootstrap:
|
||||||
- openapi_first/app.md
|
- app.md
|
||||||
- openapi_first/binder.md
|
- binder.md
|
||||||
- Core Utilities:
|
- Core Utilities:
|
||||||
- openapi_first/loader.md
|
- loader.md
|
||||||
- openapi_first/errors.md
|
- errors.md
|
||||||
- OpenAPI Client:
|
- OpenAPI Client:
|
||||||
- openapi_first/client.md
|
- client.md
|
||||||
|
|||||||
Reference in New Issue
Block a user