mirror of
https://gitea.invidious.io/iv-org/documentation.git
synced 2024-08-15 00:53:34 +00:00
Update channels api docs (#326)
* Add a page specifying common object types * Add a page for the /api/v1/channels endpoint * Remove obselete definitions from api.md * Add/update links in index.md and mkdocs.yml * Impove MkDocs config to support code highlight & copy button * Use native JS types for better syntax highlighting
This commit is contained in:
parent
4a66173585
commit
dca939835c
6 changed files with 250 additions and 199 deletions
|
@ -22,4 +22,6 @@
|
|||
## For Developers
|
||||
|
||||
- [API](./api.md)
|
||||
- [Authenticated Endpoints](./authenticated-endpoints.md)
|
||||
* [Common object types used across the API](./api/common_types.md)
|
||||
* ["Channels" endpoint](./api/channels_endpoint.md)
|
||||
* [Authenticated Endpoints](./api/authenticated-endpoints.md)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue