mkdocs-multirepo-plugin
mkdocs-multirepo-plugin copied to clipboard
Build documentation in multiple repos into one site.
This edit detects ssh://git@ and git@ urls, and replaces it with https:// in the get_edit_url function. Readme updated to include example.
Submitting for initial feedback Currently, when using `nav_repos`, there is no possibility to specify a custom destination for the included repository. The `slugify()` command removes slashes and hence the directory...
Hello! I'm trying to use this plugin with `awesome-pages` to import repos, which are using navigation autogeneration, but it doesn't seem to work. If i run mkdocs in the imported...
if i import an repo and if the repo has a git submodule , the submodule is not cloned. the fix is as below file: sparse_clone.sh change: ... git clone...
check issue #165
Hello, I'm using the latest version of multirepo-plugin on Windows 11. The project uses poetry, mkdocs, mike plugins. When use `poetry run mkdocs serve` command, I get an `ImportDocsException`. The...
I am getting the following error `fatal: Remote branch master not found in upstream origin` when using `nav_repos` - my head branch is `main` not `master` as will be the...