Skip to content

Commit 13ebf6f

Browse files
fix: improve formatting in TUNNEL_SYSTEM_SUMMARY.md
- Adjust indentation and spacing in the details sections for better readability - Ensure consistent formatting for Mermaid diagrams and flowcharts
1 parent 0707d97 commit 13ebf6f

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

β€ŽTUNNEL_SYSTEM_SUMMARY.mdβ€Ž

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,9 @@ type Tunnel struct {
6464

6565
## πŸ”„ Connection Flow State Machine
6666

67-
<details> <summary>πŸ“Š Click to expand Mermaid ER Diagram</summary>
68-
67+
<details>
68+
<summary>πŸ“Š Click to expand Mermaid ER Diagram</summary>
69+
6970
```mermaid
7071
erDiagram
7172
TEAMS {
@@ -135,7 +136,6 @@ erDiagram
135136
```
136137
</details>
137138

138-
139139
The above state diagram shows the complete tunnel lifecycle from server startup through connection handling to shutdown.
140140

141141
## πŸ”— Database Schema Relationships
@@ -195,7 +195,9 @@ CONSTRAINT valid_protocol CHECK (protocol IN ('tcp', 'udp'))
195195

196196
This is where the real TCP wizardry happens. Buckle up, nerds:
197197

198-
<details> <summary>Flowchart for nerds</summary>
198+
<details>
199+
<summary>Flowchart for nerds</summary>
200+
199201
```mermaid
200202
flowchart TD
201203
ExtConnect["🌍 External Client Connects<br/>to Port 12345"]

0 commit comments

Comments
Β (0)