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: 27 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 (about 4 years ago)
- Default Branch: master
- Last Pushed: 2025-01-02T11:10:31.000Z (28 days ago)
- Last Synced: 2025-01-02T12:24:23.482Z (28 days ago)
- Language: Dockerfile
- Homepage: https://docs.invidious.io
- Size: 1.24 MB
- Stars: 607
- Watchers: 24
- Forks: 158
- Open Issues: 33
-
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
```