Static site docs.simoncor.net generated using MkDocs
- Dockerfile 100%
|
|
||
|---|---|---|
| .gitlab | ||
| docs | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| .markdownlint-cli2.jsonc | ||
| .yamllint | ||
| Dockerfile | ||
| mkdocs.yml | ||
| readme.md | ||
| renovate.json | ||
Getting started
This repository houses the code for Siempie's Docs.
Local development
Run the following command in the root of this project to run this site locally.
docker run --rm -it -p 8000:8000 -v ${PWD}:/docs squidfunk/mkdocs-material
The site will be available here: http://localhost:8000.