Skip to content
This repository has been archived by the owner on Aug 5, 2024. It is now read-only.

Commit

Permalink
fix: Update API menu to now link to the new api files for each table
Browse files Browse the repository at this point in the history
  • Loading branch information
rsavoye committed Mar 6, 2024
1 parent 82b7900 commit 7a23f87
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,14 @@ nav:
- For Developers:
- Code Structure: structure.md
- Database Support: pgsupport.md
- Code API: api.md
- Code API:
- Top Level APIs: api.md
- Projects Table: api/projects.md
- Tasks Table: api/tasks.md
- Users Table: api/users.md
- Campaigns Table: api/campaigns.md
- Messages Table: api/messages.md
- Organizations Table: api/organizations.md
- Using asyncpg: pgasync.md
- Protobuf API: protos-api.md
- Class Hierarchy: apidocs/html/index.html
Expand Down

0 comments on commit 7a23f87

Please sign in to comment.