From ec78f54941c6387e40a4ba689397af97e90550a8 Mon Sep 17 00:00:00 2001 From: Stephen Kirby <58410745+stirby@users.noreply.github.com> Date: Tue, 28 May 2024 22:55:22 -0500 Subject: [PATCH] added jetbrains fleet link to manifest.json (#13363) --- docs/manifest.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/manifest.json b/docs/manifest.json index 85f5c25006..7e23120d83 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",