MkDocs plugin to build documentation from multiple repositories into one unified site. Version 0.8.3. Release cadence: irregular, several releases per year.
pip install mkdocs-multirepo-pluginVerified import paths — ran on the pinned version, not inferred.
Basic configuration to include documentation from an external git repository.
Ensure git is installed: `git --version` should succeed.
Use `nav_repos` with a `nav` key to control navigation structure.
Use relative paths starting from the docs directory, e.g., `!import path/to/file.md`.
Add `keep_docs_dir: true` to the plugin config if you want the docs_dir to remain unchanged.