Open
Description
At the moment, the DebOps documentation located at http://docs.debops.org/
is built using this repository and git submodules. Unfortunately, this presents two problems:
- with more and more submodules, build time is getting longer. Eventually we will hit the limit on https://readthedocs.org/
- the project documentation cannot be easily packaged (see decrease folder level of docs in submodules #132) because it exists scattered in multiple
git
repositories
Recently, documentation management was improved by adding a separate bot that updates the git
repository with submodules and pushes the changes back. What if, instead, the bot would get all the changes in different repositories (basically what is done right now) and copied them to a new, separate repository, say debops/debops-doc
. Then this single repository could be used as the base for documentation located at http://docs.debops.org/ as well as be easily packaged. This could probably be done with preserved git history as well.
Metadata
Metadata
Assignees
Labels
No labels