module as source doc fixes #2

Merged
aetos merged 1 commits from doc-forge-fixes into main 2026-02-21 16:47:28 +00:00
24 changed files with 14 additions and 17 deletions
Showing only changes of commit d5e61bb718 - Show all commits

View File

@@ -1,10 +1,10 @@
home: openapi_first/index.md
home: index.md
groups:
Application Bootstrap:
- openapi_first/app.md
- openapi_first/binder.md
- app.md
- binder.md
Core Utilities:
- openapi_first/loader.md
- openapi_first/errors.md
- loader.md
- errors.md
OpenAPI Client:
- openapi_first/client.md
- client.md

View File

@@ -1,3 +1,3 @@
# Openapi First
# openapi_first
::: openapi_first

View File

@@ -1,6 +1,3 @@
site_name: Aetoskia OpenAPI First
site_description: Contract-first FastAPI application bootstrap and specification-driven HTTP client.
theme:
name: material
palette:
@@ -34,14 +31,14 @@ plugins:
annotations_path: brief
show_root_heading: true
group_by_category: true
site_name: openapi_first
nav:
- Home: openapi_first/index.md
- Home: index.md
- Application Bootstrap:
- openapi_first/app.md
- openapi_first/binder.md
- app.md
- binder.md
- Core Utilities:
- openapi_first/loader.md
- openapi_first/errors.md
- loader.md
- errors.md
- OpenAPI Client:
- openapi_first/client.md
- client.md