aboutsummaryrefslogtreecommitdiff
path: root/docs/README.md
diff options
context:
space:
mode:
author ClarkeCode <33846391+ClarkeCode@users.noreply.github.com>2023-03-22 18:33:29 +0100
committer GitHub <noreply@github.com>2023-03-22 18:33:29 +0100
commit65dfeae1641d091d74d22372146a2a7cb4b19f8e (patch)
treee0f6060b4e72a1a0f7dad4c94ce12264bc139381 /docs/README.md
parenteb87e2af53bd693e04739aaee84fde408e72f3a9 (diff)
parent000ede9303e071e69a7dace95117d593ebcb92aa (diff)
Merge pull request #68 from OpenVic2Project/docs-architecture-and-schema
Docs architecture and schema
Diffstat (limited to 'docs/README.md')
-rw-r--r--docs/README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/README.md b/docs/README.md
index b6edf3a..5a4d160 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -1,5 +1,11 @@
# Documentation
- [Contribution Quickstart Guide](contribution-quickstart-guide.md)
+- [General Program Architecture](general-program-architecture.md)
- [Project File Structure](project-file-structure.md)
-- [C++ Style Guidlines](styleguide-cpp.md) \ No newline at end of file
+- [C++ Style Guidelines](styleguide-cpp.md)
+
+## Simulation
+- [Goods](simulation/goods.md)
+- [Ideologies](simulation/ideologies.md)
+- [Provinces](simulation/provinces.md)