Skip to content

Commit b51c902

Browse files
authored
docs: add early access badge to devcontainers admin (#17937)
[preview](https://coder.com/docs/@dev-container-tweaks/admin/templates/extending-templates/devcontainers) --------- Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com>
1 parent a123900 commit b51c902

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,3 +122,5 @@ resource "docker_container" "workspace" {
122122
## Next Steps
123123

124124
- [Dev Containers Integration](../../../user-guides/devcontainers/index.md)
125+
- [Working with Dev Containers](../../../user-guides/devcontainers/working-with-dev-containers.md)
126+
- [Troubleshooting Dev Containers](../../../user-guides/devcontainers/troubleshooting-dev-containers.md)

docs/manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -506,7 +506,8 @@
506506
{
507507
"title": "Configure a template for dev containers",
508508
"description": "How to use configure your template for dev containers",
509-
"path": "./admin/templates/extending-templates/devcontainers.md"
509+
"path": "./admin/templates/extending-templates/devcontainers.md",
510+
"state": ["early access"]
510511
},
511512
{
512513
"title": "Process Logging",

0 commit comments

Comments
 (0)