Skip to content

Commit b656fad

Browse files
committed
refactor: simplify SUMMARY.md structure
The commit simplifies the structure of SUMMARY.md by removing unnecessary anchor tags and adding a new section for technical content. It also fixes broken links to game server querying and feature development quick guide.
1 parent 49d9632 commit b656fad

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

SUMMARY.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,17 @@
1111
* [Developing LinuxGSM](getting-started/developing-linuxgsm.md)
1212
* [Adding a new Game Server](getting-started/adding-a-new-game-server.md)
1313

14-
## Workflow <a href="#workflow-1" id="workflow-1"></a>
14+
## Workflow
1515

1616
* [Semantic Versioning](workflow-1/semantic-versioning.md)
1717
* [Workflow](workflow-1/workflow.md)
1818
* [Agile](workflow-1/agile.md)
1919
* [Pull Requests](workflow-1/branching.md)
2020
* [Gitflow](workflow-1/gitflow.md)
2121

22+
## Technical
23+
24+
2225
## Code Standards
2326

2427
* [Style Guide](code-standards/style-guide.md)
@@ -32,6 +35,6 @@
3235

3336
***
3437

35-
* [Game Server Querying](game-server-querying-1.md)
38+
* [Game Server Querying](game-server-querying.md)
3639
* [Unit Tests](unit-tests.md)
3740
* [Getting Started](feature-development-quick-guide.md)

0 commit comments

Comments
 (0)