enhance(dev): Add more publish docs

enable linter now that namespaces are documented
This commit is contained in:
Gabriel Horner
2026-01-22 11:21:12 -05:00
parent 6932114afc
commit 5d4a91eb7e
12 changed files with 26 additions and 9 deletions

View File

@@ -34,6 +34,12 @@ metadata in a Durable Object backed by SQLite.
- Deletes all pages for a graph
- `GET /pages`
- Lists metadata entries (from the index DO)
- `GET /tag/:tag-name`
- List all pages tagged with `:tag-name`
- `GET /ref/:page-name`
- List all pages that reference `:page-name`
- `GET /user/:user-name`
- List all pages for `:user-name`
### Notes