Where to post documentation related to multiple git repositories

I have a project that includes 4 forked repos. I saved them separately, because they do completely different things, but work together on the project.

The project requires all the repositories, and I want to keep all the documentation in one place, so that people have one point for notes about modification and configuration, especially those configuration parameters that affect more than one repo (for example, initializing forked libraries in the main application.

So where is the best place to put a single point in the documentation? Should we put it in one project and just reference it from others, or is there a way to "git" handle it?

+4
source share
1 answer

. . .

- Jetbrains: https://github.com/JetBrains/intellij-sdk-docs

, - GitHub - . git.

0

All Articles