From ddc9d6346d660569c1c397a0d60b50510a82964e Mon Sep 17 00:00:00 2001
From: pollfly <75068813+pollfly@users.noreply.github.com>
Date: Mon, 9 Dec 2024 12:52:50 +0200
Subject: [PATCH] Edit UI modules list (#984)
---
docs/webapp/webapp_overview.md | 50 ++++++++++------------------------
1 file changed, 15 insertions(+), 35 deletions(-)
diff --git a/docs/webapp/webapp_overview.md b/docs/webapp/webapp_overview.md
index b847c14d..53da14dc 100644
--- a/docs/webapp/webapp_overview.md
+++ b/docs/webapp/webapp_overview.md
@@ -13,41 +13,21 @@ The **ClearML Web UI** is the graphical user interface for the ClearML platform,
## UI Modules
The WebApp's sidebar provides access to the following modules:
-
- -
- Dashboard - The dashboard for recent activity and quick access to experiments and projects.
-
- -
- Projects - The main experimentation page. Access your experiments and models as they are organized into projects.
- The experiments and models are displayed in tables
- which let you:
-
-
- -
- Datasets - View and manage your datasets.
-
- -
- Pipelines - View and manage your pipelines.
-
- -
- Model Endpoints - Monitor your live model endpoints (available in the ClearML Enterprise plan).
-
- -
- Reports - View and manage your reports.
-
- -
- Orchestration - Autoscale, monitor, and manage your resource usage and workers queues.
-
- -
- Applications - ClearML's GUI applications for no-code workflow execution (available in the ClearML Pro and Enterprise plans).
-
-
+
+* [Dashboard](webapp_home.md) - The dashboard for recent activity and quick access to experiments and projects.
+
+* [Projects](webapp_projects_page.md) - The main experimentation page. Access your experiments and models as they are organized into projects. The experiments and models are displayed in tables which let you:
+ * Track ongoing experiments and visualize their results
+ * Reproduce previously run experiments
+ * Tune experiments with no code change
+ * Compare experiments
+ * Share experiments and their models with other ClearML hosted service users
+* [Datasets](datasets/webapp_dataset_page.md) - View and manage your datasets.
+* [Pipelines](pipelines/webapp_pipeline_page.md) - View and manage your pipelines.
+* [Model Endpoints](webapp_model_endpoints.md) - Monitor your live model endpoints (available in the ClearML Enterprise plan).
+* [Reports](webapp_reports.md) - View and manage your reports.
+* [Orchestration](webapp_workers_queues.md) - Autoscale, monitor, and manage your resource usage and workers queues.
+* [Applications](applications/apps_overview.md) - ClearML's GUI applications for no-code workflow execution (available in the ClearML Pro and Enterprise plans).
## UI Top Bar
### Settings Menu