Merge remote-tracking branch 'origin/new_toc' into new_toc

This commit is contained in:
revital
2025-02-23 15:17:16 +02:00
3 changed files with 5 additions and 5 deletions

View File

@@ -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:

View File

@@ -1,6 +1,6 @@
---
id: guidemain
title: Examples
title: ClearML Tutorials
slug: /guides
---

View File

@@ -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',