How to Structure an MkDocs Repository to host multiple Docs
In this post I’d like to show you how I set up multiple product documentations in a single gitHub repository. This post covers the following points:
Set up a single repository that contains multiple product documentations Set up an assets folder that is available for all products (includes images, files and text snippets) Extra: use variables to switch between assets depending on the product Extra: create a central batch file that can serve single or multiple product documentations simultaneuously Note that the approach I use in this post is just one way of setting up a multiple projects repository.