Merge branch 'chore/101-remove-unused-blog-folder' into 'main'
Remove blog in documents Closes #101 See merge request cs108-fs26/Gruppe-13!108
This commit was merged in pull request #264.
This commit is contained in:
@@ -36,7 +36,6 @@ This protocol handles game state synchronization, player actions, lobby and glob
|
|||||||
├── documents/ # Project resources and documentation
|
├── documents/ # Project resources and documentation
|
||||||
│ ├── images/ # Images for README and documentation
|
│ ├── images/ # Images for README and documentation
|
||||||
│ ├── diary # Diary files for each organizational meetup
|
│ ├── diary # Diary files for each organizational meetup
|
||||||
│ ├── blog # Blog files covering project-related topics
|
|
||||||
│ ├── docs # Documentation
|
│ ├── docs # Documentation
|
||||||
│ ├── milestones/ # Milestone deliverables (6 milestones)
|
│ ├── milestones/ # Milestone deliverables (6 milestones)
|
||||||
│ └── (Other resources) # Additional project materials
|
│ └── (Other resources) # Additional project materials
|
||||||
|
|||||||
@@ -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: `<YYYY-MM-DD>_<Title>.md`
|
|
||||||
|
|
||||||
## Blog Posts
|
|
||||||
|
|
||||||
### General
|
|
||||||
*(No posts yet)*
|
|
||||||
|
|
||||||
### Client
|
|
||||||
*(No posts yet)*
|
|
||||||
|
|
||||||
### Server
|
|
||||||
*(No posts yet)*
|
|
||||||
Reference in New Issue
Block a user