Skip to content

Commit 2d5bc59

Browse files
committed
add 'more' to networking sidebar
1 parent fc39582 commit 2d5bc59

File tree

1 file changed

+15
-10
lines changed

1 file changed

+15
-10
lines changed

docs/manifest.json

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -544,20 +544,25 @@
544544
"path": "./admin/networking/high-availability.md",
545545
"state": ["enterprise", "premium"]
546546
},
547-
{
548-
"title": "Connections and geo-distribution",
549-
"description": "Learn more about the Coder connections and geo-distribution",
550-
"path": "./admin/networking/more-networking/index.md"
551-
},
552-
{
553-
"title": "Underlying networking stack",
554-
"description": "Learn more about the underlying networking stack and Coder agent",
555-
"path": "./admin/networking/more-networking/underlying-stack.md"
556-
},
557547
{
558548
"title": "Troubleshooting",
559549
"description": "Troubleshoot networking issues in Coder",
560550
"path": "./admin/networking/troubleshooting.md"
551+
},
552+
{
553+
"title": "More",
554+
"children": [
555+
{
556+
"title": "Connections and geo-distribution",
557+
"description": "Learn more about the Coder connections and geo-distribution",
558+
"path": "./admin/networking/more-networking/index.md"
559+
},
560+
{
561+
"title": "Underlying networking stack",
562+
"description": "Learn more about the underlying networking stack and Coder agent",
563+
"path": "./admin/networking/more-networking/underlying-stack.md"
564+
}
565+
]
561566
}
562567
]
563568
},

0 commit comments

Comments
 (0)