docs: nest generated docs under docs/lib and docs/mcp

This commit is contained in:
2026-09-10 21:15:05 +05:30
parent 0efe68b052
commit 658a98cf19
69 changed files with 8566 additions and 1882 deletions

View File

@@ -0,0 +1,3 @@
# Data
::: openapi_first.templates.crud_app.data

View File

@@ -0,0 +1,3 @@
# Crud App
::: openapi_first.templates.crud_app

View File

@@ -0,0 +1,3 @@
# Main
::: openapi_first.templates.crud_app.main

View File

@@ -0,0 +1,3 @@
# Routes
::: openapi_first.templates.crud_app.routes

View File

@@ -0,0 +1,3 @@
# Test Crud App
::: openapi_first.templates.crud_app.test_crud_app

View File

@@ -0,0 +1,3 @@
# Health App
::: openapi_first.templates.health_app

View File

@@ -0,0 +1,3 @@
# Main
::: openapi_first.templates.health_app.main

View File

@@ -0,0 +1,3 @@
# Routes
::: openapi_first.templates.health_app.routes

View File

@@ -0,0 +1,3 @@
# Templates
::: openapi_first.templates

View File

@@ -0,0 +1,3 @@
# Data
::: openapi_first.templates.model_app.data

View File

@@ -0,0 +1,3 @@
# Model App
::: openapi_first.templates.model_app

View File

@@ -0,0 +1,3 @@
# Main
::: openapi_first.templates.model_app.main

View File

@@ -0,0 +1,3 @@
# Models
::: openapi_first.templates.model_app.models

View File

@@ -0,0 +1,3 @@
# Routes
::: openapi_first.templates.model_app.routes

View File

@@ -0,0 +1,3 @@
# Test Model App
::: openapi_first.templates.model_app.test_model_app

View File

@@ -0,0 +1,3 @@
# Data
::: openapi_first.templates.vet_app.data

View File

@@ -0,0 +1,3 @@
# Vet App
::: openapi_first.templates.vet_app

View File

@@ -0,0 +1,3 @@
# Main
::: openapi_first.templates.vet_app.main

View File

@@ -0,0 +1,3 @@
# Models
::: openapi_first.templates.vet_app.models

View File

@@ -0,0 +1,3 @@
# Routes
::: openapi_first.templates.vet_app.routes

View File

@@ -0,0 +1,3 @@
# Sse
::: openapi_first.templates.vet_app.sse

View File

@@ -0,0 +1,3 @@
# Test Vet App
::: openapi_first.templates.vet_app.test_vet_app