More readme fixes.

Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
This commit is contained in:
2025-09-04 11:12:12 -04:00
parent 8e01a42775
commit fb4b580d92

View File

@@ -122,8 +122,10 @@ nox --session=tests
##### API Documentation
- The `nox` command above will also build the backend API documentation.
- **View the API docs in development mode:** Open [http://localhost:8000/docs](http://localhost:8000/docs) in your browser (when running dev Docker Compose).
- **Generated static docs (after running nox):** See `backend/build/api-docs/` relative to the project root.
- **View the API docs in development mode:** Open [http://localhost:8000/docs](http://localhost:8000/docs) in
your browser (when running dev Docker Compose).
- **Generated static docs (after running nox):** See `backend/docs/build/index.html` relative to the project
root.
#### Frontend tests