Skip to content

Commit 6fa4ca7

Browse files
authored
Merge pull request #3 from Microck/docs/style-and-links
docs: switch body font to Fira Sans; remove Discord
2 parents c328965 + 80e0f35 commit 6fa4ca7

5 files changed

Lines changed: 22 additions & 18 deletions

File tree

docs/architecture/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ Shell Process:
412412
| **Keepalive Traffic** | ~200 bytes/5s | Minimal overhead |
413413
414414
<Info>
415-
Latency overhead is negligible for interactive terminal use (<5ms is imperceptible).
415+
Latency overhead is negligible for interactive terminal use (under 5ms is imperceptible).
416416
</Info>
417417
418418
## Scalability

docs/config/server-config.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ Get-Content server.log -Wait -Tail 20
451451
|--------|---------|--------------|
452452
| Active Connections | `netstat -ano \| findstr :2022 \| measure` | 0-1000s |
453453
| Memory Usage | `tasklist /fi "imagename eq undying-terminal-server.exe"` | ~50MB + (5MB × sessions) |
454-
| CPU Usage | Task Manager | <5% idle, <20% under load |
454+
| CPU Usage | Task Manager | under 5% idle, under 20% under load |
455455

456456
## Backup and Recovery
457457

docs/docs.json

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -21,34 +21,39 @@
2121
}
2222
},
2323
"fonts": {
24-
"family": "Fira Mono",
25-
"weight": 400
24+
"family": "Fira Sans",
25+
"weight": 400,
26+
"heading": {
27+
"family": "Fira Sans",
28+
"weight": 600
29+
},
30+
"body": {
31+
"family": "Fira Sans",
32+
"weight": 400
33+
}
2634
},
2735
"seo": {
2836
"indexing": "all"
2937
},
3038
"navbar": {
3139
"links": [
3240
{
33-
"label": "GitHub",
34-
"href": "https://github.com/Microck/UndyingTerminal"
41+
"label": "Download",
42+
"href": "https://github.com/Microck/UndyingTerminal/releases"
3543
}
3644
],
3745
"primary": {
38-
"type": "button",
39-
"label": "Download",
40-
"href": "https://github.com/Microck/UndyingTerminal/releases"
46+
"type": "github",
47+
"href": "https://github.com/Microck/UndyingTerminal"
4148
}
4249
},
4350
"navigation": {
4451
"global": {
4552
"anchors": [
46-
{
47-
"anchor": "Community",
48-
"href": "https://discord.gg/undyingterminal"
49-
},
5053
{
5154
"anchor": "GitHub",
55+
"icon": "github",
56+
"iconType": "brands",
5257
"href": "https://github.com/Microck/UndyingTerminal"
5358
}
5459
]
@@ -121,7 +126,6 @@
121126
"footer": {
122127
"socials": {
123128
"github": "https://github.com/Microck/UndyingTerminal",
124-
"discord": "https://discord.gg/undyingterminal",
125129
"twitter": "https://twitter.com/undyingterminal"
126130
}
127131
},

docs/troubleshooting/common-issues.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ Test-NetConnection <HOST> -Port 2022
253253
# shared_key_hex=... <-- Comment out
254254
```
255255

256-
Restart server and test. If faster, encryption overhead is the issue (should be <1ms though).
256+
Restart server and test. If faster, encryption overhead is the issue (should be under 1ms though).
257257
</Step>
258258
</Steps>
259259

docs/troubleshooting/faq.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ bind_ip=127.0.0.1 # Only accessible via VPN
364364
- SSH: 0.5-1ms overhead
365365
- Mosh: 1-3ms (with prediction)
366366

367-
**Impact**: Imperceptible for interactive terminal use (<5ms is instant to humans).
367+
**Impact**: Imperceptible for interactive terminal use (under 5ms is instant to humans).
368368

369369
### How much bandwidth does it use?
370370

@@ -547,15 +547,15 @@ See [Contributing Guide](/development/contributing).
547547
- 📝 Improve documentation
548548
- 💻 Submit pull requests
549549
- 🧪 Test on different Windows versions
550-
- 💬 Answer questions in Discord
550+
- 💬 Answer questions on GitHub
551551

552552
## Getting Help
553553

554554
### Where can I get support?
555555

556556
**Documentation**: https://undyingterminal.dev
557557
**GitHub Issues**: https://github.com/Microck/UndyingTerminal/issues
558-
**Discord Community**: https://discord.gg/undyingterminal
558+
559559

560560
**Before asking**:
561561
1. Check this FAQ

0 commit comments

Comments
 (0)