Static site docs.simoncor.net generated using MkDocs
  • Dockerfile 100%
Find a file
Renovate Bot 110139f7f3
All checks were successful
ci/woodpecker/push/build-and-deploy Pipeline was successful
ci/woodpecker/cron/build-and-deploy Pipeline was successful
chore(package): update cr.simoncor.net/quay/argoproj/argocd docker tag to v3.4.3
2026-05-28 13:37:41 +00:00
.woodpecker chore(package): update cr.simoncor.net/quay/argoproj/argocd docker tag to v3.4.3 2026-05-28 13:37:41 +00:00
docs feat: add ansible tag docs 2026-05-20 09:44:22 +02:00
.editorconfig chore: add .editorconfig and .gitattributes 2026-05-27 14:24:31 +02:00
.gitattributes chore: add .editorconfig and .gitattributes 2026-05-27 14:24:31 +02:00
.gitignore feat: initial commit 2025-05-30 18:37:57 +02: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: move to forgejo 2026-05-18 16:01:59 +02:00
mkdocs.yml feat: move to forgejo 2026-05-18 16:14:16 +02: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.