Mkdocs Material
Documentation that simply works.
Directory Structure
- .env
- docker-compose.yml
docker-compose.yml
version: "3.3"
services:
mkdocs-material:
image: squidfunk/mkdocs-material
ports:
- 8000:8000
volumes:
- ./docs:/docs
restart: unless-stopped Resources
Website: https://squidfunk.github.io/mkdocs-material/
GitHub: https://github.com/squidfunk/mkdocs-material
Docker Hub: https://hub.docker.com/r/squidfunk/mkdocs-material
Configuration: hhttps://squidfunk.github.io/mkdocs-material/getting-started/