We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d898737 commit 0befd38Copy full SHA for 0befd38
docs/admin/configure/caddy.md
docs/admin/configure/cert-manager.md
docs/manifest.json
@@ -210,7 +210,19 @@
210
"title": "Configuration",
211
"description": "Learn how to configure Coder.",
212
"path": "./admin/configure.md",
213
- "icon_path": "./images/icons/toggle_on.svg"
+ "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
+ ]
226
},
227
{
228
"title": "Upgrading",
0 commit comments