mkdocs-multirepo-plugin
mkdocs-multirepo-plugin copied to clipboard
Build documentation in multiple repos into one site.
site_name: 'multirepo-test' site_description: 'multirepo-test' repo_url: https://stash.xxx.com:8082/projects/a/repos/b/browse edit_uri: docs plugins: - multirepo nav: - test1: '!import https://stash.xxx.com:8082/scm/a/c' - test2: '!import https://stash.xxx.com:8082/scm/a/d' Now the edit uri of any md files under the...
Does multi repo plugin can be used for private git repositories hosted in AWS codecommit?
Hi, nice plugin! Suppose you have a repo `myrepo`with toplevel LICENSE and AUTHORS documents that are symlinked from the docs folder, to avoid duplication but use this info in the...
I know this error has come up before and it was determined to be related to `navigation.indexes` but this is different. Here's my `mkdocs.yml` where I'm using `multirepo` ```yaml nav:...
Hi jdoiro3, I am currently facing the issue that the nav based import does not work for my Gitlab CICD runner. However, when I change it to a repo base...
Hi, developer Thanks for develop this amazing plugin I Have a question for it, CAN I use both of repos `setion` and nav `- import` ? I have a lot...
I'd like to import my docs to a section besides the nav. For example if I have a `H2` in my `index.md` labeled `Projects`, I'd like to list the documentation...
Does this plugin support imports from bitbucket?
Hi, I’m working on a solution that would source docs from multiple repos. The issue is that these repos are sourced from different GitHub orgs within an enterprise. Currently we...