From 215e5a445dc400bc205e3cd716f58a550082114b Mon Sep 17 00:00:00 2001 From: Stephen Kirby Date: Fri, 24 May 2024 19:35:10 +0000 Subject: [PATCH] added jetbrains fleet link to manifest.json --- docs/manifest.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/manifest.json b/docs/manifest.json index 85f5c250066ff..7e23120d83b6a 100644 --- a/docs/manifest.json +++ b/docs/manifest.json @@ -285,6 +285,11 @@ "description": "Learn how to configure JetBrains Gateway for your workspaces", "path": "./ides/gateway.md" }, + { + "title": "JetBrains Fleet", + "description": "Learn how to configure JetBrains Fleet for your workspaces", + "path": "./ides/fleet.md" + }, { "title": "Emacs", "description": "Learn how to configure Emacs with TRAMP in Coder",