mirror of
https://gitea.invidious.io/iv-org/documentation
synced 2025-01-31 18:44:47 +01:00
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
The Invidious documentation
Running the documentation locally for development purposes
Local mkdocs-material
installation
# You might want to create a virtualenv first
pip install mkdocs-material
mkdocs-material serve
With docker
docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material:latest
Languages
Dockerfile
100%