You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix(docs): fix markdown docs links
More than half of them were actually valid links but, due to missing file extensions were flagged as invalid. I added a file extension, so it should pass now.
* Updated docgen to include extension
Copy file name to clipboardExpand all lines: docs/admin/provisioners.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# External provisioners
2
2
3
-
By default, the Coder server runs [built-in provisioner daemons](../cli/coder_server.md#provisioner-daemons), which execute `terraform` during workspace and template builds. However, there are sometimes benefits to running external provisioner daemons:
3
+
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:
4
4
5
5
-**Secure build environments:** Run build jobs in isolated containers, preventing malicious templates from gaining shell access to the Coder host.
|[<code>cleanup</code>](./scaletest_cleanup)| Cleanup scaletest workspaces, then cleanup scaletest users. |
18
-
|[<code>create-workspaces</code>](./scaletest_create-workspaces)| Creates many users, then creates a workspace for each user and waits for them finish building and fully come online. Optionally runs a command inside each workspace, and connects to the workspace over WireGuard. |
|[<code>cleanup</code>](./scaletest_cleanup.md)| Cleanup scaletest workspaces, then cleanup scaletest users. |
18
+
|[<code>create-workspaces</code>](./scaletest_create-workspaces.md)| Creates many users, then creates a workspace for each user and waits for them finish building and fully come online. Optionally runs a command inside each workspace, and connects to the workspace over WireGuard. |
|[<code>create-admin-user</code>](./server_create-admin-user)| Create a new admin user with the given username, email and password and adds it to every organization. |
18
-
|[<code>postgres-builtin-serve</code>](./server_postgres-builtin-serve)| Run the built-in PostgreSQL deployment. |
19
-
|[<code>postgres-builtin-url</code>](./server_postgres-builtin-url)| Output the connection URL for the built-in PostgreSQL deployment. |
|[<code>create-admin-user</code>](./server_create-admin-user.md)| Create a new admin user with the given username, email and password and adds it to every organization. |
18
+
|[<code>postgres-builtin-serve</code>](./server_postgres-builtin-serve.md)| Run the built-in PostgreSQL deployment. |
19
+
|[<code>postgres-builtin-url</code>](./server_postgres-builtin-url.md)| Output the connection URL for the built-in PostgreSQL deployment. |
0 commit comments