From 8528bc00dbeef0fa0b325b5b75671747eb3128f3 Mon Sep 17 00:00:00 2001 From: alnoam Date: Tue, 18 Feb 2025 17:25:34 +0200 Subject: [PATCH] docs restructure - WIP --- sidebars.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sidebars.js b/sidebars.js index 2656a4f8..cc6d4e6f 100644 --- a/sidebars.js +++ b/sidebars.js @@ -140,6 +140,11 @@ module.exports = { 'webapp/applications/apps_model_deployment', 'webapp/applications/apps_llama_deployment' ]}, + {"Launch Remote Development Environments": [ + 'webapp/applications/apps_ssh_session', + 'webapp/applications/apps_jupyter_lab', + 'webapp/applications/apps_vscode', + ]}, { type: 'category', collapsible: true, @@ -153,11 +158,6 @@ module.exports = { 'webapp/applications/apps_task_scheduler', 'webapp/applications/apps_trigger_manager', ]}, - {"AI Dev": [ - 'webapp/applications/apps_ssh_session', - 'webapp/applications/apps_jupyter_lab', - 'webapp/applications/apps_vscode', - ]}, {"UI Dev": [ 'webapp/applications/apps_gradio', 'webapp/applications/apps_streamlit'