From f1873046a5607e672939d25beb09a5ed824a4b73 Mon Sep 17 00:00:00 2001 From: ClarkeCode Date: Sun, 12 Mar 2023 04:03:32 -0400 Subject: Update to reflect recent additions --- docs/README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'docs/README.md') 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) -- cgit v1.2.3-56-ga3b1 From 000ede9303e071e69a7dace95117d593ebcb92aa Mon Sep 17 00:00:00 2001 From: ClarkeCode <33846391+ClarkeCode@users.noreply.github.com> Date: Wed, 22 Mar 2023 12:51:49 -0400 Subject: Fix spelling Co-authored-by: Hop311 --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/README.md') diff --git a/docs/README.md b/docs/README.md index a384a66..5a4d160 100644 --- a/docs/README.md +++ b/docs/README.md @@ -3,7 +3,7 @@ - [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) +- [C++ Style Guidelines](styleguide-cpp.md) ## Simulation - [Goods](simulation/goods.md) -- cgit v1.2.3-56-ga3b1