Static site docs.simoncor.net generated using MkDocs
  • Dockerfile 100%
Find a file
2025-06-05 11:16:03 +02:00
.gitlab feat: improve linting 2025-06-05 11:16:03 +02:00
docs feat: improved examples 2025-06-05 11:12:18 +02:00
.gitignore feat: initial commit 2025-05-30 18:37:57 +02:00
.gitlab-ci.yml feat: small fixes and added deployment step 2025-05-30 19:16:33 +02:00
.yamllint feat: initial commit 2025-05-30 18:37:57 +02:00
Dockerfile feat: initial commit 2025-05-30 18:37:57 +02:00
mkdocs.yml feat: initial commit 2025-05-30 18:37:57 +02:00
readme.md feat: initial commit 2025-05-30 18:37:57 +02:00
renovate.json feat: initial commit 2025-05-30 18:37:57 +02:00

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: https://localhost:8000.