Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```