Mkdocs Gen Files

screenshot of Mkdocs Gen Files
mkdocs

MkDocs plugin to programmatically generate documentation pages during the build

Overview

The mkdocs-gen-files is a plugin for MkDocs that allows users to generate documentation pages programmatically during the build process. By activating this plugin and creating Python scripts, users can dynamically add content to their documentation site without physically including them in the source files.

Features

  • Programmatic Page Generation: Generate documentation pages dynamically during the build process.
  • Custom Python Scripts: Execute Python scripts to control the content generation.
  • Virtual Page Addition: Add content to the site without it being present in the source files.
mkdocs
MkDocs

MkDocs is a fast, simple and downright gorgeous static site generator that's geared towards building project documentation. Documentation source files are written in Markdown, and configured with a single YAML configuration file.