mirror of
https://github.com/sbrl/powahroot.git
synced 2024-11-24 15:13:00 +00:00
Add API reference link
This commit is contained in:
parent
1cf10d8aa5
commit
e543c59e78
1 changed files with 3 additions and 1 deletions
|
@ -63,7 +63,9 @@ router.get("/files/::filepath", (context, _next) => context.send.plain(200, `You
|
||||||
The `context` argument there is of type `RouterContext`. Check out the API reference (link below) to learn about the other useful properties it has.
|
The `context` argument there is of type `RouterContext`. Check out the API reference (link below) to learn about the other useful properties it has.
|
||||||
|
|
||||||
### Reference
|
### Reference
|
||||||
TODO: Generate reference from code automatically
|
API docs are generated automatically. View them here:
|
||||||
|
|
||||||
|
<https://starbeamrainbowlabs.com/code/powahroot/docs/>
|
||||||
|
|
||||||
## Licence
|
## Licence
|
||||||
Everything in this repository _except_ the logo is licenced under the _Mozilla Public License 2.0.
|
Everything in this repository _except_ the logo is licenced under the _Mozilla Public License 2.0.
|
||||||
|
|
Loading…
Reference in a new issue