docs(templates): document CRUD and model CRUD apps and expose them in mkdocs
- Add comprehensive module and function docstrings to crud_app and model_app templates - Document OpenAPI-first guarantees, non-goals, and usage patterns in templates - Add template-level __init__.py files with CLI and client usage examples - Update mkdocs.yml to include CRUD and model-based CRUD template documentation - Ensure template documentation follows strict package-bound mkdocstrings rules
This commit is contained in:
3
docs/openapi_first/templates/crud_app/data.md
Normal file
3
docs/openapi_first/templates/crud_app/data.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Data
|
||||
|
||||
::: openapi_first.templates.crud_app.data
|
||||
3
docs/openapi_first/templates/crud_app/index.md
Normal file
3
docs/openapi_first/templates/crud_app/index.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Crud App
|
||||
|
||||
::: openapi_first.templates.crud_app
|
||||
3
docs/openapi_first/templates/crud_app/main.md
Normal file
3
docs/openapi_first/templates/crud_app/main.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Main
|
||||
|
||||
::: openapi_first.templates.crud_app.main
|
||||
3
docs/openapi_first/templates/crud_app/routes.md
Normal file
3
docs/openapi_first/templates/crud_app/routes.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Routes
|
||||
|
||||
::: openapi_first.templates.crud_app.routes
|
||||
3
docs/openapi_first/templates/crud_app/test_crud_app.md
Normal file
3
docs/openapi_first/templates/crud_app/test_crud_app.md
Normal file
@@ -0,0 +1,3 @@
|
||||
# Test Crud App
|
||||
|
||||
::: openapi_first.templates.crud_app.test_crud_app
|
||||
Reference in New Issue
Block a user