docs: nest generated docs under docs/lib and docs/mcp
This commit is contained in:
130
docs/mcp/nav.json
Normal file
130
docs/mcp/nav.json
Normal file
@@ -0,0 +1,130 @@
|
||||
[
|
||||
{
|
||||
"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.codegen",
|
||||
"resource": "doc://modules/openapi_first.codegen"
|
||||
},
|
||||
{
|
||||
"module": "openapi_first.codegen_routes",
|
||||
"resource": "doc://modules/openapi_first.codegen_routes"
|
||||
},
|
||||
{
|
||||
"module": "openapi_first.errors",
|
||||
"resource": "doc://modules/openapi_first.errors"
|
||||
},
|
||||
{
|
||||
"module": "openapi_first.loader",
|
||||
"resource": "doc://modules/openapi_first.loader"
|
||||
},
|
||||
{
|
||||
"module": "openapi_first.security",
|
||||
"resource": "doc://modules/openapi_first.security"
|
||||
},
|
||||
{
|
||||
"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"
|
||||
},
|
||||
{
|
||||
"module": "openapi_first.templates.vet_app",
|
||||
"resource": "doc://modules/openapi_first.templates.vet_app"
|
||||
},
|
||||
{
|
||||
"module": "openapi_first.templates.vet_app.data",
|
||||
"resource": "doc://modules/openapi_first.templates.vet_app.data"
|
||||
},
|
||||
{
|
||||
"module": "openapi_first.templates.vet_app.main",
|
||||
"resource": "doc://modules/openapi_first.templates.vet_app.main"
|
||||
},
|
||||
{
|
||||
"module": "openapi_first.templates.vet_app.models",
|
||||
"resource": "doc://modules/openapi_first.templates.vet_app.models"
|
||||
},
|
||||
{
|
||||
"module": "openapi_first.templates.vet_app.routes",
|
||||
"resource": "doc://modules/openapi_first.templates.vet_app.routes"
|
||||
},
|
||||
{
|
||||
"module": "openapi_first.templates.vet_app.sse",
|
||||
"resource": "doc://modules/openapi_first.templates.vet_app.sse"
|
||||
},
|
||||
{
|
||||
"module": "openapi_first.templates.vet_app.test_vet_app",
|
||||
"resource": "doc://modules/openapi_first.templates.vet_app.test_vet_app"
|
||||
}
|
||||
]
|
||||
Reference in New Issue
Block a user