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:
@@ -49,10 +49,9 @@ nav:
|
||||
|
||||
- Templates:
|
||||
- Home: openapi_first/templates/index.md
|
||||
- Health App:
|
||||
- Home: openapi_first/templates/health_app/index.md
|
||||
- App: openapi_first/templates/health_app/main.md
|
||||
- Routes: openapi_first/templates/health_app/routes.md
|
||||
- Health App: openapi_first/templates/health_app/index.md
|
||||
- CRUD App: openapi_first/templates/crud_app/index.md
|
||||
- Model App: openapi_first/templates/model_app/index.md
|
||||
|
||||
- Errors:
|
||||
- Error Hierarchy: openapi_first/errors.md
|
||||
|
||||
Reference in New Issue
Block a user