Skip to content

Commit 0befd38

Browse files
committed
structure
1 parent d898737 commit 0befd38

File tree

3 files changed

+13
-1
lines changed

3 files changed

+13
-1
lines changed

docs/admin/configure/caddy.md

Whitespace-only changes.

docs/admin/configure/cert-manager.md

Whitespace-only changes.

docs/manifest.json

+13-1
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,19 @@
210210
"title": "Configuration",
211211
"description": "Learn how to configure Coder.",
212212
"path": "./admin/configure.md",
213-
"icon_path": "./images/icons/toggle_on.svg"
213+
"icon_path": "./images/icons/toggle_on.svg",
214+
"children": [
215+
{
216+
"title": "Caddy",
217+
"description": "Run Coder with TLS under a Caddy reverse proxy",
218+
"path": "./admin/configure/caddy.md"
219+
},
220+
{
221+
"title": "cert-manager",
222+
"description": "Run Coder with TLS certificates generated by cert-manager.",
223+
"path": "./admin/configure/cert-manager.md"
224+
}
225+
]
214226
},
215227
{
216228
"title": "Upgrading",

0 commit comments

Comments
 (0)