Static site docs.simoncor.net generated using MkDocs
  • Dockerfile 100%
Find a file
2026-03-13 17:13:17 +01:00
.gitlab feat: rollout deployments using argocd 2026-01-14 18:25:57 +01:00
docs fix: add whiteline between chapter and shell 2026-03-13 17:13:17 +01:00
.gitignore feat: initial commit 2025-05-30 18:37:57 +02:00
.gitlab-ci.yml ci: added gitleaks 2026-01-19 17:22:18 +01:00
.markdownlint-cli2.jsonc feat: add markdownlinter config 2025-06-05 11:19:52 +02:00
.yamllint feat: initial commit 2025-05-30 18:37:57 +02:00
Dockerfile "feat: migrate back to mkdocs from zensical" 2026-03-11 12:37:20 +01:00
mkdocs.yml "feat: migrate back to mkdocs from zensical" 2026-03-11 12:37:20 +01:00
readme.md docs: repaired the url in the readme 2025-09-24 18:36:45 +02:00
renovate.json feat: use default renovate config 2025-10-03 11:52:15 +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: http://localhost:8000.