mkdocs-multirepo-plugin icon indicating copy to clipboard operation
mkdocs-multirepo-plugin copied to clipboard

Build documentation in multiple repos into one site.

Results 67 mkdocs-multirepo-plugin issues
Sort by recently updated
recently updated
newest added
trafficstars

Running `python -m mkdocs serve` under _Windows 10_ using _Git Bash_ with multirepo enabled using `!import` results in: ``` $ python -m mkdocs serve INFO - Building documentation... INFO -...

Hello, Unfortunately, we ran into a problem when trying to use this great plugin in conjunction with Gradle, which is used to automate our builds - the bash scripts used...

**PermissionError: [WinError 32] The process cannot access the file because it is being used by another process** after Run Mkdocs serve getting error which is mention on above

On a build error the temp directory is removed regardless of whether the `cleanup` config option is enabled. This hampers debugging. Should it be something like the following? ```python def...

I'm trying to setup the "Development in Imported Repos" feature as documented here: https://github.com/jdoiro3/mkdocs-multirepo-plugin#%CE%B2-development-in-imported-repos-beta. Unfortunately I'm always getting the following exception. I'm using the latest release v0.6.1. ``` Traceback (most...

If I want to use a tool like mike for the directory I import (docs subdirectory) then will you be adding similar hook functionality like you have here? https://github.com/backstage/mkdocs-monorepo-plugin/pull/104 Or...

When i installed multirepo plugin using this command "**pip install mkdocs-multirepo-plugin"** in Window **Plugin installed eg: Requirement already satisfied: six>=1.5 in c:\users\xxshbrmn\appdata\local\packages\pythonsoftwarefoundation.python.3.11_qbz5n2kfra8p0\localcache\local-packages\python311\site-packages (from python-dateutil>=2.8.1->ghp-import>=1.0->mkdocs>=1.0.4->mkdocs-multirepo-plugin) (1.16.0)** and i configure plugins in...

I have strange issue. I am able to clone external repositories and able to use them in local. However, when i am running `mkdocs build` in Github Action environment, its...

Hi, When I try the following configuration: - "Apps": - "Architecture": - "A": "A/index.md" - "B": "B/index.md" Architecture is displayed as a link to A/index.md and A is not present....

Thanks for the plugin! I wond if multirepo could clone full repos into the temp_dir. I would like `temp_dir/my_child_repo1/` and `temp_dir/my_child_repo2/` to appear. Now it only copies the files I...