diff --git a/docs/deploying_clearml/enterprise_deploy/app_install_ex_server.md b/docs/deploying_clearml/enterprise_deploy/app_install_ex_server.md index 9b1990a9..098c7aff 100644 --- a/docs/deploying_clearml/enterprise_deploy/app_install_ex_server.md +++ b/docs/deploying_clearml/enterprise_deploy/app_install_ex_server.md @@ -2,6 +2,10 @@ title: Installing External Applications Server --- +:::important Enterprise Feature +This feature is available under the ClearML Enterprise plan. +::: + ClearML supports applications, which are extensions that allow additional capabilities, such as cloud auto-scaling, Hyperparameter Optimizations, etc. For more information, see [ClearML Applications](../../webapp/applications/apps_overview.md). diff --git a/docs/deploying_clearml/enterprise_deploy/app_install_ubuntu_on_prem.md b/docs/deploying_clearml/enterprise_deploy/app_install_ubuntu_on_prem.md index 3fbcb504..1ffdbf2a 100644 --- a/docs/deploying_clearml/enterprise_deploy/app_install_ubuntu_on_prem.md +++ b/docs/deploying_clearml/enterprise_deploy/app_install_ubuntu_on_prem.md @@ -2,6 +2,10 @@ title: Application Installation on On-Prem and VPC Servers --- +:::important Enterprise Feature +This feature is available under the ClearML Enterprise plan. +::: + ClearML Applications are like plugins that allow you to manage ML workloads and automatically run recurring workflows without any coding. Applications are installed on top of the ClearML Server. diff --git a/docs/deploying_clearml/enterprise_deploy/appgw_install_compose.md b/docs/deploying_clearml/enterprise_deploy/appgw_install_compose.md index 70335045..91cc338a 100644 --- a/docs/deploying_clearml/enterprise_deploy/appgw_install_compose.md +++ b/docs/deploying_clearml/enterprise_deploy/appgw_install_compose.md @@ -1,4 +1,10 @@ -# Docker-Compose Deployment +--- +title: Docker-Compose Deployment +--- + +:::important Enterprise Feature +The Application Gateway is available under the ClearML Enterprise plan. +::: ## Requirements diff --git a/docs/deploying_clearml/enterprise_deploy/appgw_install_k8s.md b/docs/deploying_clearml/enterprise_deploy/appgw_install_k8s.md index 9eef033b..945a31cb 100644 --- a/docs/deploying_clearml/enterprise_deploy/appgw_install_k8s.md +++ b/docs/deploying_clearml/enterprise_deploy/appgw_install_k8s.md @@ -1,4 +1,10 @@ -# Kubernetes Deployment +--- +title: Kubernetes Deployment +--- + +:::important Enterprise Feature +The Application Gateway is available under the ClearML Enterprise plan. +::: This guide details the installation of the ClearML AI Application Gateway, specifically the ClearML Task Router Component. diff --git a/docs/deploying_clearml/enterprise_deploy/custom_billing.md b/docs/deploying_clearml/enterprise_deploy/custom_billing.md index 3c3ee30d..844ca4a0 100644 --- a/docs/deploying_clearml/enterprise_deploy/custom_billing.md +++ b/docs/deploying_clearml/enterprise_deploy/custom_billing.md @@ -2,6 +2,10 @@ title: Custom Billing Events --- +:::important Enterprise Feature +This feature is available under the ClearML Enterprise plan. +::: + ClearML supports sending custom events to selected Kafka topics. Event sending is triggered by API calls and is available only for the companies with the `custom_events` settings set. diff --git a/docs/deploying_clearml/enterprise_deploy/import_projects.md b/docs/deploying_clearml/enterprise_deploy/import_projects.md index 3fd8a624..3a162644 100644 --- a/docs/deploying_clearml/enterprise_deploy/import_projects.md +++ b/docs/deploying_clearml/enterprise_deploy/import_projects.md @@ -1,5 +1,5 @@ --- -title: Exporting and Importing ClearML Projects +title: Project Migration --- When migrating from a ClearML Open Server to a ClearML Enterprise Server, you may need to transfer projects. This is done diff --git a/sidebars.js b/sidebars.js index 273533ad..a6edf4bb 100644 --- a/sidebars.js +++ b/sidebars.js @@ -635,11 +635,19 @@ module.exports = { 'getting_started/architecture', ]},*/ { - 'Enterprise Server Deployment': [ - 'deploying_clearml/enterprise_deploy/multi_tenant_k8s', - 'deploying_clearml/enterprise_deploy/vpc_aws', - 'deploying_clearml/enterprise_deploy/on_prem_ubuntu', - ] + 'Enterprise Server': { + 'Deployment Options': [ + 'deploying_clearml/enterprise_deploy/multi_tenant_k8s', + 'deploying_clearml/enterprise_deploy/vpc_aws', + 'deploying_clearml/enterprise_deploy/on_prem_ubuntu', + ], + 'Maintenance': [ + 'deploying_clearml/enterprise_deploy/import_projects', + 'deploying_clearml/enterprise_deploy/change_artifact_links', + 'deploying_clearml/enterprise_deploy/delete_tenant', + ] + + } }, { type: 'category', @@ -652,11 +660,8 @@ module.exports = { ] }, 'deploying_clearml/enterprise_deploy/custom_billing', - 'deploying_clearml/enterprise_deploy/delete_tenant', - 'deploying_clearml/enterprise_deploy/import_projects', - 'deploying_clearml/enterprise_deploy/change_artifact_links', { - 'Enterprise Applications': [ + 'UI Applications': [ 'deploying_clearml/enterprise_deploy/app_install_ubuntu_on_prem', 'deploying_clearml/enterprise_deploy/app_install_ex_server', 'deploying_clearml/enterprise_deploy/app_custom',