|
|
|
|
|
by marttilaine
844 days ago
|
|
I experimented with something similar in one of my larger side projects a couple of years ago: https://github.com/shipmight/shipmight/blob/master/src/ARCHI... At the top of each file there was a tree of links to other ARCHITECTURE.md-files in the repo, like this: * ARCHITECTURE.md <- you are here
* backend/ARCHITECTURE.md
* backend/api/ARCHITECTURE.md
* backend/cli/ARCHITECTURE.md
* backend/ui/ARCHITECTURE.md
* backend/utils/ARCHITECTURE.md
* frontend/ARCHITECTURE.md
* internal-charts/ARCHITECTURE.md
|
|