From 107bc481b8ea3f8370505f07e6190165c73acf33 Mon Sep 17 00:00:00 2001 From: Edward Angert Date: Thu, 15 May 2025 09:09:20 -0400 Subject: [PATCH 1/2] Update manifest.json --- docs/manifest.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/manifest.json b/docs/manifest.json index adbac7d4250dc..0ef2b55b3e784 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -503,6 +503,11 @@ "description": "Authenticate with provider APIs to provision workspaces", "path": "./admin/templates/extending-templates/provider-authentication.md" }, + { + "title": "Configure a template for dev containers", + "description": "How to use modules and configurations to configure your template for dev containers", + "path": "./admin/templates/extending-templates/provider-authentication.md" + }, { "title": "Process Logging", "description": "Log workspace processes", From c24696cff6364715257ea7523d1d2275b3a1416c Mon Sep 17 00:00:00 2001 From: Edward Angert Date: Thu, 15 May 2025 09:12:53 -0400 Subject: [PATCH 2/2] update path and description --- docs/manifest.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/manifest.json b/docs/manifest.json index 0ef2b55b3e784..d9a23bbc0efaa 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -505,8 +505,8 @@ }, { "title": "Configure a template for dev containers", - "description": "How to use modules and configurations to configure your template for dev containers", - "path": "./admin/templates/extending-templates/provider-authentication.md" + "description": "How to use configure your template for dev containers", + "path": "./admin/templates/extending-templates/devcontainers.md" }, { "title": "Process Logging",