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

✚ Build multiple documentation folders in a single Mkdocs. Designed for large codebases.

Results 44 mkdocs-monorepo-plugin issues
Sort by recently updated
recently updated
newest added

Does the `*include` work only as the highest level list and not under secondary level? For example: this works nav: - Main topic: '*include:...' this doesn't work: nav: - Main...

I was trying to build my monorepo documentation having the following in the general `mkdocs.yml` ``` yaml site_name: "Example" site_description: "Description Here" docs_dir: ./docs plugins: - monorepo nav: - Home:...

Lets say I have multiple mkdocs projects on multiple disks. How would I use monorepo to include them in one site. bit like this, ``` ├───A │ └───src │ │...

Oooh wouldn't this be so cool... :) So you mention the ability to use git submodules to include the mkdocs.yml + docs in other repositories. If these sub-repos (let's call...

Currently we use this mkdocs-core-container for our backstage instance. One of the drawback we have is that there is support for only two plugins search and mono repo. With mono...

Hi I just updated the monorepo plugin and the before working project now fails to serve/build. I could drill down the issue to the pull request #74 which added the...

Hello there, We make use of a plugin called **mkdocstrings** to generate documentation for the source code. This plugin loads the different Python libraries mentioned in the source code during...

Hello everyone, my most useful plugins so far [mkdocstrings](https://mkdocstrings.github.io), and [macros](https://github.com/fralau/mkdocs_macros_plugin/) do not work anymore whithin the subrepo when it is pulled and built by monorepo. monorepo `mkdocs.yml`: ```mkdocs.yml plugins:...

Hello there, First thanks for this incredibly useful plugin, I have a question related to navigation 1- Can we setup the [navigations tabs](https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#navigation-tabs) by subdirectory ? if yes how ?...

Currently, it serves the documentation from the same repo from different folders. Can we extend this to serve from differnt repositories as well.