From a47c230051c7bd7ad5e4bd41a09dba79efcb4e87 Mon Sep 17 00:00:00 2001 From: Ben Date: Mon, 8 May 2023 18:09:14 +0000 Subject: [PATCH 1/2] chore: rename "external workspace proxies" and "external provisioners" --- docs/admin/provisioners.md | 2 +- docs/manifest.json | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/admin/provisioners.md b/docs/admin/provisioners.md index bda26a8f0552e..8f733fdccaa7d 100644 --- a/docs/admin/provisioners.md +++ b/docs/admin/provisioners.md @@ -1,4 +1,4 @@ -# External provisioners +# Provisioners 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: diff --git a/docs/manifest.json b/docs/manifest.json index 9ee2f2a28e056..0d785c7a17045 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -1,5 +1,7 @@ { - "versions": ["main"], + "versions": [ + "main" + ], "routes": [ { "title": "About", @@ -301,14 +303,14 @@ "icon_path": "./images/icons/scale.svg" }, { - "title": "External Provisioners", + "title": "Provisioners", "description": "Run provisioners isolated from the Coder server", "path": "./admin/provisioners.md", "icon_path": "./images/icons/queue.svg", "state": "enterprise" }, { - "title": "External Workspace Proxies", + "title": "Workspace Proxies", "description": "Run geo distributed workspace proxies", "path": "./admin/workspace-proxies.md", "icon_path": "./images/icons/networking.svg", From 015e3facc22fce78b791402db6ed0906cf7949c2 Mon Sep 17 00:00:00 2001 From: Ben Date: Mon, 8 May 2023 19:12:49 +0000 Subject: [PATCH 2/2] fmt --- docs/manifest.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/manifest.json b/docs/manifest.json index 0d785c7a17045..2d5374b84ed6a 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -1,7 +1,5 @@ { - "versions": [ - "main" - ], + "versions": ["main"], "routes": [ { "title": "About",