8000 clarify envbuilder doc titles · coder/coder@747822e · GitHub
[go: up one dir, main page]

Skip to content

Commit 747822e

Browse files
committed
clarify envbuilder doc titles
1 parent 33d3eed commit 747822e

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

docs/admin/templates/managing-templates/devcontainers/add-devcontainer.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Add a dev container template to Coder
1+
# Add a dev container template with Envbuilder
22

33
A Coder administrator adds a dev container-compatible template to Coder
44
(Envbuilder). This allows the template to prompt for the developer for their dev

docs/admin/templates/managing-templates/devcontainers/devcontainer-releases-known-issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Dev container releases and known issues
1+
# Envbuilder dev container releases and known issues
22

33
## Release channels
44

docs/admin/templates/managing-templates/devcontainers/devcontainer-security-caching.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Dev container security and caching
1+
# Envbuilder dev container security and caching
22

33
Ensure Envbuilder can only pull pre-approved images and artifacts by configuring
44
it with your existing HTTP proxies, firewalls, and artifact managers.

docs/admin/templates/managing-templates/devcontainers/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Dev containers
1+
# Envbuilder Dev Containers
22

33
A Development Container is an
44
[open-source specification](https://containers.dev/implementors/spec/) for

docs/manifest.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -481,23 +481,23 @@
481481
"path": "./admin/templates/managing-templates/change-management.md"
482482
},
483483
{
484-
"title": "Dev containers",
485-
"description": "Learn about using development containers in templates",
484+
"title": "Envbuilder Dev Containers",
485+
"description": "Learn about using Envbuilder to manage development containers in templates",
486486
"path": "./admin/templates/managing-templates/devcontainers/index.md",
487487
"children": [
488488
{
489-
"title": "Add a dev container template",
490-
"description": "How to add a dev container template to Coder",
489+
"title": "Add a dev container template with Envbuilder",
490+
"description": "Use Envbuilder to add a dev container template to Coder",
491491
"path": "./admin/templates/managing-templates/devcontainers/add-devcontainer.md"
492492
},
493493
{
494-
"title": "Dev container security and caching",
495-
"description": "Configure dev container authentication and caching",
494+
"title": "Envbuilder dev container security and caching",
495+
"description": "Configure dev container authentication and caching with Envbuilder",
496496
"path": "./admin/templates/managing-templates/devcontainers/devcontainer-security-caching.md"
497497
},
498498
{
499-
"title": "Dev container releases and known issues",
500-
"description": "Dev container releases and known issues",
499+
"title": "Envbuilder dev container releases and known issues",
500+
"description": "Envbuilder dev container releases and known issues",
501501
"path": "./admin/templates/managing-templates/devcontainers/devcontainer-releases-known-issues.md"
502502
}
503503
]

0 commit comments

Comments
 (0)
0