The official Invidious documentation
Find a file
2025-10-01 07:38:50 +02:00
.github Add perennialtech and bugmaschine to the Assignees list when opening a new instance Issue (#589) 2024-08-31 02:00:11 +02:00
docs fix type-o (#672) 2025-10-01 07:38:50 +02:00
Dockerfile
LICENSE
mkdocs.yml chore: make companion officially supported in the installation guide (#663) 2025-09-14 00:12:16 +02:00
README.md remove part about browserstack open source program 2025-01-03 20:54:07 +01:00

The Invidious documentation

Running the documentation locally for development purposes

Run those commands in the repository's folder.

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