Skip to content

Commit 9ac4f3f

Browse files
stirbymatifali
authored andcommitted
migrated networking docs
1 parent 6c269eb commit 9ac4f3f

File tree

4 files changed

+15
-1
lines changed

4 files changed

+15
-1
lines changed

docs/networking/index.md renamed to docs/admin/networking/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Networking
22

3+
<!-- TODO: Link -->
4+
35
Coder's network topology has three types of nodes: workspaces, coder servers,
46
and users.
57

File renamed without changes.

docs/manifest.json

+13-1
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,19 @@
311311
{
312312
"title": "Networking",
313313
"description": "Understand Coder's networking layer",
314-
"path": "./admin/networking/README.md"
314+
"path": "./admin/networking/README.md",
315+
"children": [
316+
{
317+
"title": "Port Forwarding",
318+
"description": "Learn how to forward ports in Coder",
319+
"path": "./admin/networking/port-forwarding.md"
320+
},
321+
{
322+
"title": "STUN and NAT",
323+
"description": "Learn how to forward ports in Coder",
324+
"path": "./admin/networking/stun.md"
325+
}
326+
]
315327
},
316328
{
317329
"title": "Monitoring",

0 commit comments

Comments
 (0)