https://github.com/mathieubesson/mkdocs
My pesonnal wiki build with Mkdocs Material
https://github.com/mathieubesson/mkdocs
documenation markdown mkdocs-material
Last synced: 5 months ago
JSON representation
My pesonnal wiki build with Mkdocs Material
- Host: GitHub
- URL: https://github.com/mathieubesson/mkdocs
- Owner: MathieuBesson
- License: gpl-3.0
- Created: 2024-09-07T14:09:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-08T11:34:41.000Z (over 1 year ago)
- Last Synced: 2025-04-05T20:12:12.876Z (10 months ago)
- Topics: documenation, markdown, mkdocs-material
- Language: HTML
- Homepage: https://doc.mathieu-besson.fr
- Size: 21.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Mkdocs Material wiki
## Description
This project provides a Docker-based setup for generating and serving documentation using MkDocs and the Material for MkDocs theme. It supports two environments: development and production.
## Prerequisites


## Usage
### Development
Run the live-reloading MkDocs server on port 8002:
```bash
docker-compose -f docker-compose.dev.yml up --build
```
Open [http://localhost:8002](http://localhost:8002) with your browser to see the result.
### Production
Generate the static HTML documentation in the `/var/www/mkdocs` directory:
```bash
docker-compose -f docker-compose.prod.yml up --build
```
## License
This project is licensed under the GPL License. See the [LICENSE](./LICENSE) file for more details.