mirror of
https://github.com/coder/coder.git
synced 2025-07-15 22:20:27 +00:00
fix(docs): fix broken markdown links (#7081)
* 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
This commit is contained in:
committed by
GitHub
parent
a44070e2ec
commit
531fd23fd2
@ -1,6 +1,6 @@
|
||||
# External provisioners
|
||||
|
||||
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:
|
||||
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:
|
||||
|
||||
- **Secure build environments:** Run build jobs in isolated containers, preventing malicious templates from gaining shell access to the Coder host.
|
||||
|
||||
|
Reference in New Issue
Block a user