Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,11 +133,12 @@ uv run python example.py

### Generating the documentation

If added a new service, create a documentation template under api/services for that service.
If added a new service, create a documentation template under `api/services` for that service.

```bash
cd docs
make html
uv pip install -r requirements.txt
uv run make html
Comment thread
shamrin marked this conversation as resolved.
```

### Code style
Expand Down