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.
instance will cease operations https://git.m724.eu/id.420129/about/src/branch/master/README.md |
1 month ago | |
---|---|---|
.github | 11 months ago | |
docs | 1 month ago | |
Dockerfile | 3 years ago | |
LICENSE | 5 years ago | |
README.md | 6 months ago | |
mkdocs.yml | 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