From 5d23ce9b74588d06813a6d2093dffc7acb6eea3c Mon Sep 17 00:00:00 2001 From: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com> Date: Tue, 5 Nov 2024 17:48:55 +0000 Subject: [PATCH] add workplace scheduling to manifest --- docs/manifest.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/manifest.json b/docs/manifest.json index 10f0cda33f1e9..8a8cc6c771794 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -329,6 +329,11 @@ "title": "Template Dependencies", "description": "Learn how to manage template dependencies", "path": "./admin/templates/managing-templates/dependencies.md" + }, + { + "title": "Workspace Scheduling", + "description": "Learn how to control how workspaces are started and stopped", + "path": "./admin/templates/managing-templates/schedule.md" } ] },