Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/iv-org/documentation
The official Invidious documentation
https://github.com/iv-org/documentation
Last synced: 4 days ago
JSON representation
The official Invidious documentation
- Host: GitHub
- URL: https://github.com/iv-org/documentation
- Owner: iv-org
- License: cc0-1.0
- Created: 2020-11-30T17:04:52.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-11-05T17:30:08.000Z (7 days ago)
- Last Synced: 2024-11-05T18:27:48.025Z (7 days ago)
- Language: Dockerfile
- Homepage: https://docs.invidious.io
- Size: 1.19 MB
- Stars: 599
- Watchers: 24
- Forks: 155
- Open Issues: 38
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The Invidious documentation
## Running the documentation locally for development purposes
Run those commands in the repository's folder.
### Local `mkdocs-material` installation
```bash
# You might want to create a virtualenv first
pip install mkdocs-material
mkdocs-material serve
```### With docker
```bash
docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material:latest
```