Generate FastAPI Code Documentation¶
Please can you:
- Review the Python modules in
/backend/app/ - Create documentation pages in
/docs/docs/code/fastapi/for each module - Use mkdocstrings syntax (
::: app.module_name) to auto-generate docs from docstrings - Create an index.md with links to all module pages
- Update the
/docs/mkdocs.ymlnavigation to include all FastAPI modules under Code Documentation → Backend
Each module page should follow this format:
# Module Name
::: app.module_name
For schemas, include both auth and letters submodules in a single schemas.md file.