Go to file
Emilien daf8f5f13d initial writeup 2024-11-10 21:34:12 +01: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 initial writeup 2024-11-10 21:34:12 +01:00
Dockerfile
LICENSE
README.md
mkdocs.yml document youtube errors with solutions (#612) 2024-11-10 21:30:52 +01:00

README.md

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