diff --git a/docs/deploying_clearml/enterprise_deploy/appgw.md b/docs/deploying_clearml/enterprise_deploy/appgw.md index e27b88cc..fe302472 100644 --- a/docs/deploying_clearml/enterprise_deploy/appgw.md +++ b/docs/deploying_clearml/enterprise_deploy/appgw.md @@ -33,7 +33,7 @@ their instances: The AI Application Gateway is provided through an additional component to the ClearML Server deployment: The ClearML Task Traffic Router. If your ClearML Deployment does not have the Task Traffic Router properly installed, these application instances may not be accessible. -## Installation +#### Installation The Task Traffic Router supports two deployment options: 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 a13cb878..d44a4c66 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'}, @@ -660,7 +661,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',