All Projects → iv-org → documentation

iv-org / documentation

Licence: CC0-1.0 license
The official Invidious documentation

Programming Languages

Dockerfile
14818 projects

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].