diff options
author | ClarkeCode <clarke.john.robert@gmail.com> | 2023-03-12 09:03:32 +0100 |
---|---|---|
committer | ClarkeCode <clarke.john.robert@gmail.com> | 2023-03-12 09:03:32 +0100 |
commit | f1873046a5607e672939d25beb09a5ed824a4b73 (patch) | |
tree | 5059d415f4eb4f4795d03433158b30601a0aae46 /docs | |
parent | 621a5ff67fa52da075ae12a922c59e4ed83363b6 (diff) |
Update to reflect recent additions
Diffstat (limited to 'docs')
-rw-r--r-- | docs/README.md | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/README.md b/docs/README.md index b6edf3a..a384a66 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 Guidlines](styleguide-cpp.md) + +## Simulation +- [Goods](simulation/goods.md) +- [Ideologies](simulation/ideologies.md) +- [Provinces](simulation/provinces.md) |