using doc-forge

This commit is contained in:
2026-01-22 16:55:15 +05:30
parent 29c1579f40
commit f91c0b8792
36 changed files with 3739 additions and 238 deletions

90
mcp_docs/nav.json Normal file
View File

@@ -0,0 +1,90 @@
[
{
"module": "openapi_first",
"resource": "doc://modules/openapi_first"
},
{
"module": "openapi_first.app",
"resource": "doc://modules/openapi_first.app"
},
{
"module": "openapi_first.binder",
"resource": "doc://modules/openapi_first.binder"
},
{
"module": "openapi_first.cli",
"resource": "doc://modules/openapi_first.cli"
},
{
"module": "openapi_first.client",
"resource": "doc://modules/openapi_first.client"
},
{
"module": "openapi_first.errors",
"resource": "doc://modules/openapi_first.errors"
},
{
"module": "openapi_first.loader",
"resource": "doc://modules/openapi_first.loader"
},
{
"module": "openapi_first.templates",
"resource": "doc://modules/openapi_first.templates"
},
{
"module": "openapi_first.templates.crud_app",
"resource": "doc://modules/openapi_first.templates.crud_app"
},
{
"module": "openapi_first.templates.crud_app.data",
"resource": "doc://modules/openapi_first.templates.crud_app.data"
},
{
"module": "openapi_first.templates.crud_app.main",
"resource": "doc://modules/openapi_first.templates.crud_app.main"
},
{
"module": "openapi_first.templates.crud_app.routes",
"resource": "doc://modules/openapi_first.templates.crud_app.routes"
},
{
"module": "openapi_first.templates.crud_app.test_crud_app",
"resource": "doc://modules/openapi_first.templates.crud_app.test_crud_app"
},
{
"module": "openapi_first.templates.health_app",
"resource": "doc://modules/openapi_first.templates.health_app"
},
{
"module": "openapi_first.templates.health_app.main",
"resource": "doc://modules/openapi_first.templates.health_app.main"
},
{
"module": "openapi_first.templates.health_app.routes",
"resource": "doc://modules/openapi_first.templates.health_app.routes"
},
{
"module": "openapi_first.templates.model_app",
"resource": "doc://modules/openapi_first.templates.model_app"
},
{
"module": "openapi_first.templates.model_app.data",
"resource": "doc://modules/openapi_first.templates.model_app.data"
},
{
"module": "openapi_first.templates.model_app.main",
"resource": "doc://modules/openapi_first.templates.model_app.main"
},
{
"module": "openapi_first.templates.model_app.models",
"resource": "doc://modules/openapi_first.templates.model_app.models"
},
{
"module": "openapi_first.templates.model_app.routes",
"resource": "doc://modules/openapi_first.templates.model_app.routes"
},
{
"module": "openapi_first.templates.model_app.test_model_app",
"resource": "doc://modules/openapi_first.templates.model_app.test_model_app"
}
]