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.
The mkdocs-gen-files plugin for MkDocs offers a convenient way to programmatically generate documentation pages by executing custom Python scripts during the build process. This allows users to add content dynamically to their documentation sites without the need to physically include it in the source files, providing flexibility and automation to the documentation generation process.
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.