documentation/docs/index.md
Samantaz Fox dca939835c
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
2023-01-14 12:01:24 +01:00

28 lines
970 B
Markdown

## General
- [Public Invidious Instances](./instances.md)
- [Applications](./applications.md)
- [Always proxy videos through server](./proxy-videos.md)
- [Preferences](./preferences.md)
- [Geoblocking, available quality and DASH](./geoblocking.md)
- [Using search filters](./search-filters.md)
- [List of URL parameters](./url-parameters.md)
- [How to deal with uMatrix](./umatrix.md)
## For Administrators
- [Installation](./installation.md)
- [Configuration](./configuration.md)
- [Apache2 Virtual Host with Reverse Proxy](./apache2.md)
- [Nginx Reverse Proxy Configuration](./nginx.md)
- [Database Information and Maintenance](./db-maintenance.md)
- [Issues with CAPTCHA](./captcha-bug.md)
- [How to setup Anti-Captcha](./anti-captcha.md)
## For Developers
- [API](./api.md)
* [Common object types used across the API](./api/common_types.md)
* ["Channels" endpoint](./api/channels_endpoint.md)
* [Authenticated Endpoints](./api/authenticated-endpoints.md)