Merge branch 'chore/restructure-docs-folder' into 'main'

Move diary and blog folder from docs to top of documents

See merge request cs108-fs26/Gruppe-13!7
This commit was merged in pull request #163.
This commit is contained in:
Lars Simon Winzer
2026-03-10 13:23:37 +01:00
5 changed files with 3 additions and 3 deletions
+3 -3
View File
@@ -35,9 +35,9 @@ This protocol handles game state synchronization, player actions, lobby and glob
│ └── test/ # Unit tests │ └── test/ # Unit tests
├── documents/ # Project resources and documentation ├── documents/ # Project resources and documentation
│ ├── images/ # Images for README and documentation │ ├── images/ # Images for README and documentation
│ ├── docs # Directory for diary and blog files │ ├── diary # Diary files for each organizational meetup
│ ├── diary # Diary files for each organizational meetup ├── blog # Blog files covering project-related topics
| | └── blog # Blog files covering project-related topics ├── docs # Documentation
│ ├── milestones/ # Milestone deliverables (6 milestones) │ ├── milestones/ # Milestone deliverables (6 milestones)
│ └── (Other resources) # Additional project materials │ └── (Other resources) # Additional project materials
└── outreach/ # Public-facing content and marketing materials └── outreach/ # Public-facing content and marketing materials