From 5a3a7fc4e551995ce3216a60086c1098007ff7ce Mon Sep 17 00:00:00 2001 From: Atif Ali Date: Thu, 22 May 2025 04:30:56 -0700 Subject: [PATCH] chore: add JetBrains Toolbox to docs manifest (#17986) --- docs/manifest.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/manifest.json b/docs/manifest.json index c191eda07c..1ec955c624 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -143,6 +143,11 @@ "title": "JetBrains Gateway in an air-gapped environment", "description": "Use JetBrains Gateway in an air-gapped offline environment", "path": "./user-guides/workspace-access/jetbrains/jetbrains-airgapped.md" + }, + { + "title": "JetBrains Toolbox", + "description": "Access Coder workspaces through JetBrains Toolbox", + "path": "./user-guides/workspace-access/jetbrains/jetbrains-toolbox.md" } ] },