mirror of
https://github.com/maxdorninger/MediaManager.git
synced 2026-02-19 15:35:18 -05:00
483 B
483 B
Documentation
MediaManager uses MkDocs with the Material for MkDocs theme for documentation.
The files for the documentation are in the /docs directory.
To preview the documentation locally, you need to have mkdocs or Docker installed.
How to preview the documentation locally with docker
-
Run the mkdocs container in
docker-compose.dev.yaml -
Open
http://127.0.0.1:9000/in your browser.