MkDocs plugin to programmatically generate documentation pages during the build
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.
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.