From 0f93bb8b858b1cef1bfcacfc271f39696dbe15c6 Mon Sep 17 00:00:00 2001 From: Lars Simon Winzer Date: Sat, 11 Apr 2026 23:03:21 +0200 Subject: [PATCH 1/2] Docs: Removed README of blog --- documents/blog/README.md | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 documents/blog/README.md diff --git a/documents/blog/README.md b/documents/blog/README.md deleted file mode 100644 index aa92b15..0000000 --- a/documents/blog/README.md +++ /dev/null @@ -1,28 +0,0 @@ -# Blog - -## Purpose -This folder contains a collection of blog posts documenting the development process of our application. These blogs serve two key purposes: - -1. **For External Audiences** - - The blogs provide insights into the internal program flow and the interaction between components without requiring readers to dive into the source code. They offer a mixed-level overview of how different parts of the system work together. - -2. **For Our Team** - - The blogs serve as a record of our decision-making process. By documenting what decisions were made and why, we can track the evolution of our design choices and understand the reasoning behind them. This is invaluable for maintaining consistency across the team. - -But keep in mind that these blogs **do not replace** the detailed source code documentation. - -## Format -All blog posts follow the naming convention: `_.md` - -## Blog Posts - -### General -*(No posts yet)* - -### Client -*(No posts yet)* - -### Server -*(No posts yet)* -- 2.52.0 From 31361ffb8366d5389f359f3cd4701009d708e15f Mon Sep 17 00:00:00 2001 From: Lars Simon Winzer <lars.winzer@stud.unibas.ch> Date: Sat, 11 Apr 2026 23:06:34 +0200 Subject: [PATCH 2/2] Docs: Remove blog folder from main readme in repository structure --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index bd9fc2c..ae2e8a8 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,6 @@ This protocol handles game state synchronization, player actions, lobby and glob ├── documents/ # Project resources and documentation │ ├── images/ # Images for README and documentation │ ├── diary # Diary files for each organizational meetup -│ ├── blog # Blog files covering project-related topics │ ├── docs # Documentation │ ├── milestones/ # Milestone deliverables (6 milestones) │ └── (Other resources) # Additional project materials -- 2.52.0