mkdocs-multirepo-plugin
mkdocs-multirepo-plugin copied to clipboard
Build documentation in multiple repos into one site.
I want to provide users of my site with the ability to go to the source repo. For example, to view releases or create issues or something else. It would...
Hi, I am using python-3.6.5 and when I use the import statement in my config nav section it throws errors like this: ``` > mkdocs serve INFO - Building documentation......
Does the plugin support importing code snippets from other paths ? We have often things like this in our doc: ``` --8
We have many repositories that are cloned in parallel and sometimes receiving HTTP code `429` from GitLab server: ```bash File "/usr/local/lib/python3.11/asyncio/runners.py", line 118, in run return self._loop.run_until_complete(task) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/asyncio/base_events.py",...
This is not an issue but a question. Are we able to host multiple sites with some that use the horizontal navigation as the main nav? Maybe adding a sub...
Hi, This is my first issue so first of all I'd like to say thank you for the plugin. Our project wouldn't be possible without it :) At the moment...
Hi everyone, **Summary:** From what i understand from multi-repo plugin we can import docs using `!import` statement as well. Like this - ``` nav: - Home: 'index.md' - MicroService: '!import...
Quick hack working `edit_uri` for git+ssh repos Fixes #119
Currently using [!import](https://github.com/jdoiro3/mkdocs-multirepo-plugin#import-statement) for importing docs **Version** `mkdocs-multirepo-plugin=0.6.3` ### Root Repository ``` │ .gitignore │ README.md │ mkdocs.yml ├───docs │ index.md │ x.md ``` ---- ### Imported Repository ``` │...
This doesn't appear to work with the git-revision-date-localized as the .git directories are deleted. Is there a way you could allow those directories to remain to enable the use of...