From 1e3ebb5ba0233dfc78f7d1c1cad916d29555ea1e Mon Sep 17 00:00:00 2001 From: alnoam Date: Sun, 23 Feb 2025 14:56:57 +0200 Subject: [PATCH] docs restructure - WIP --- docs/guides/main.md | 2 +- sidebars.js | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/guides/main.md b/docs/guides/main.md index 89143186..202eaa40 100644 --- a/docs/guides/main.md +++ b/docs/guides/main.md @@ -1,6 +1,6 @@ --- id: guidemain -title: Examples +title: ClearML Tutorials slug: /guides --- diff --git a/sidebars.js b/sidebars.js index 0386a208..8c214339 100644 --- a/sidebars.js +++ b/sidebars.js @@ -44,8 +44,9 @@ module.exports = { collapsible: true, label: 'GenAI App Engine', items: [ - { - type: 'category', + 'deploying_clearml/enterprise_deploy/appgw', + { + type: 'category', collapsible: true, label: 'Build Interactive Model Demos', link: {type: 'doc', id: 'build_interactive_models'}, @@ -653,7 +654,6 @@ module.exports = { collapsible: true, collapsed: true, label: 'ClearML Application Gateway', - link: {type: 'doc', id: 'deploying_clearml/enterprise_deploy/appgw'}, items: [ 'deploying_clearml/enterprise_deploy/appgw_install_compose', 'deploying_clearml/enterprise_deploy/appgw_install_k8s',