From 9c291e4e3bcdd2cf08cac8cac4180cd15aad818e Mon Sep 17 00:00:00 2001 From: Lars Simon Winzer Date: Mon, 9 Mar 2026 15:37:26 +0100 Subject: [PATCH] Revert "Add: Readme explaining the purpose, format and links to existing blog posts" This reverts commit 91a513e2148e533ea5c77dbf56b5f2b7d99676c9. --- documents/docs/blog/README.md | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 documents/docs/blog/README.md diff --git a/documents/docs/blog/README.md b/documents/docs/blog/README.md deleted file mode 100644 index aa92b15..0000000 --- a/documents/docs/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)*