MkDocs

MkDocs is the framework to write the documentation.

Themes

Design

Plugins

mkdocs-exec

Use the mkdocs-exec plugin to create custom output.

py exec="on"
message = "This is a message from the mkdocs-exec plugin. See the code in mkdocs.md to understand how to write this message."
print(message)

Neoteroi