Skip to content

Commit 7395de7

Browse files
bpmctpull[bot]
authored andcommitted
chore: rename "external workspace proxies" and "external provisioners" (#7454)
1 parent 1ba33c9 commit 7395de7

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -301,14 +301,14 @@
301301
"icon_path": "./images/icons/scale.svg"
302302
},
303303
{
304-
"title": "External Provisioners",
304+
"title": "Provisioners",
305305
"description": "Run provisioners isolated from the Coder server",
306306
"path": "./admin/provisioners.md",
307307
"icon_path": "./images/icons/queue.svg",
308308
"state": "enterprise"
309309
},
310310
{
311-
"title": "External Workspace Proxies",
311+
"title": "Workspace Proxies",
312312
"description": "Run geo distributed workspace proxies",
313313
"path": "./admin/workspace-proxies.md",
314314
"icon_path": "./images/icons/networking.svg",

0 commit comments

Comments
 (0)