From f7694568ebbd64f33a8ba98fb8314169f66e1551 Mon Sep 17 00:00:00 2001 From: Edward Angert Date: Fri, 8 Nov 2024 00:54:52 -0500 Subject: [PATCH] docs: add workplace scheduling to manifest (#15384) - [ ] check links to - @mattvollmer reports that is missing. I'll try to find refs to it [preview](https://coder.com/docs/@workspace-scheduling/admin/templates/managing-templates/schedule) Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com> --- docs/manifest.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/manifest.json b/docs/manifest.json index 10f0cda33f..8a8cc6c771 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" } ] },