From ea8ac3831f6ff43c9547bc74f8c633ab8028f684 Mon Sep 17 00:00:00 2001 From: Lars Simon Winzer Date: Mon, 9 Mar 2026 16:07:18 +0100 Subject: [PATCH] Add: Subfolders in repository structure for diary and blog in main readme --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 01ffb96..59bdd50 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,9 @@ This protocol handles game state synchronization, player actions, lobby and glob │ └── test/ # Unit tests ├── documents/ # Project resources and documentation │ ├── images/ # Images for README and documentation -│ ├── docs # Documentation +│ ├── docs # Directory for diary and blog files +│ │ ├── diary # Diary files for each organizational meetup +| | └── blog # Blog files covering project-related topics │ ├── milestones/ # Milestone deliverables (6 milestones) │ └── (Other resources) # Additional project materials └── outreach/ # Public-facing content and marketing materials