Skip to content

Commit a47c230

Browse files
committed
chore: rename "external workspace proxies" and "external provisioners"
1 parent 3931a6c commit a47c230

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

docs/admin/provisioners.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# External provisioners
1+
# Provisioners
22

33
By default, the Coder server runs [built-in provisioner daemons](../cli/server.md#provisioner-daemons), which execute `terraform` during workspace and template builds. However, there are sometimes benefits to running external provisioner daemons:
44

docs/manifest.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
2-
"versions": ["main"],
2+
"versions": [
3+
"main"
4+
],
35
"routes": [
46
{
57
"title": "About",
@@ -301,14 +303,14 @@
301303
"icon_path": "./images/icons/scale.svg"
302304
},
303305
{
304-
"title": "External Provisioners",
306+
"title": "Provisioners",
305307
"description": "Run provisioners isolated from the Coder server",
306308
"path": "./admin/provisioners.md",
307309
"icon_path": "./images/icons/queue.svg",
308310
"state": "enterprise"
309311
},
310312
{
311-
"title": "External Workspace Proxies",
313+
"title": "Workspace Proxies",
312314
"description": "Run geo distributed workspace proxies",
313315
"path": "./admin/workspace-proxies.md",
314316
"icon_path": "./images/icons/networking.svg",

0 commit comments

Comments
 (0)