10000 shorten title · coder/coder@33d3eed · GitHub
[go: up one dir, main page]

Skip to content

Commit 33d3eed

Browse files
committed
shorten title
1 parent 2fe5291 commit 33d3eed

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

docs/admin/templates/extending-templates/dev-containers-envbuilder.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Choose an approach to Dev Containers in Coder
1+
# Choose an approach to Dev Containers
22

33
Coder supports two independent ways to run Dev Containers inside a workspace.
44

docs/admin/templates/extending-templates/devcontainers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ When integrated with Coder templates, they provide:
1717
- **Consistency across teams**: Everyone works in identical environments regardless of their local machine.
1818
- **Version control**: Development environment changes are tracked alongside code changes.
1919

20-
Visit [Choose an approach to Dev Containers in Coder](./dev-containers-envbuilder.md) for an in-depth comparison between
20+
Visit [Choose an approach to Dev Containers](./dev-containers-envbuilder.md) for an in-depth comparison between
2121
the Dev Container integration and the legacy Envbuilder integration.
2222

2323
## Prerequisites

docs/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@
611611
"path": "./admin/templates/extending-templates/advanced-dev-containers.md"
612612
},
613613
{
614-
"title": "Choose an approach to Dev Containers in Coder",
614+
"title": "Choose an approach to Dev Containers",
615615
"description": "How to choose the right Dev Container integration.",
616616
"path": "./admin/templates/extending-templates/dev-containers-envbuilder.md"
617617
}

docs/user-guides/devcontainers/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Add the file name to your project's `.gitignore` or to your
7373

7474
Choose the appropriate solution based on your team's needs and infrastructure constraints.
7575

76-
Visit [Choose an approach to Dev Containers in Coder](../../admin/templates/extending-templates/dev-containers-envbuilder.md) for a more in-depth comparison.
76+
Visit [Choose an approach to Dev Containers](../../admin/templates/extending-templates/dev-containers-envbuilder.md) for a more in-depth comparison.
7777

7878
## Known Limitations
7979

0 commit comments

Comments
 (0)
0