Files
docs-public/projects/mkdocs/index.md
wompmacho 56c4f853c0
All checks were successful
deploy-docs / build-and-deploy (push) Successful in 1m11s
add tags to projects
2026-04-03 08:18:05 +00:00

801 B

title, description, showHero, author, date, lastmod, tags
title description showHero author date lastmod tags
mkdocs static site generator false wompmacho 2025-02-04 2025-02-04
documentation
mkdocs
self-hosted

What is mkdocs?

MkDocs is a fast, simple, and extensible static site generator geared specifically toward building project documentation. It relies heavily on Markdown files, which makes it incredibly accessible for developers who want to write docs as easily as they write code.

Docker Compose Example

Running mkdocs with material theme and plugins built in.

[!INFO] There is some setup of folders and things that are not automatic so wont work straight out of the box.

{{% include "/srv/configs/docker_compose/mkdocs/docker-compose.yaml" %}}