This is a mirror for invidious (see https://github.com/iv-org/invidious/issues/3872).
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Go to file
Émilien (perso) f9c6845eb4
remove id.420129.xyz
instance will cease operations
https://git.m724.eu/id.420129/about/src/branch/master/README.md
1 month ago
.github Add perennialtech and bugmaschine to the Assignees list when opening a new instance Issue (#589) 11 months ago
docs remove id.420129.xyz 1 month ago
Dockerfile Setup CI to build the documentation to a Docker image (#208) 3 years ago
LICENSE Add LICENSE 5 years ago
README.md remove part about browserstack open source program 6 months ago
mkdocs.yml add devtools tutorial (#626) 6 months ago

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