mirror of
https://github.com/iv-org/documentation.git
synced 2024-10-01 01:35:51 -04:00
The official Invidious documentation
4047372cef
As far as I know, only two URL parameters are missing from here now, VR Mode and Save Player Position. I have left these off intentionally because I do not know these option well enough to know what they do, how they work, or if they would be helpful parsed through extensions like Redirector or the URL Parameters Userscript. I shall leave these two to be added by an individual more knowledgeable. |
||
---|---|---|
.github | ||
docs | ||
Dockerfile | ||
LICENSE | ||
mkdocs.yml | ||
README.md |
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