From 3c31b09793b25a3bc1d9250524850a634cf9896e Mon Sep 17 00:00:00 2001 From: pollfly <75068813+pollfly@users.noreply.github.com> Date: Tue, 16 Jul 2024 11:16:59 +0300 Subject: [PATCH] Small edits (#874) --- docs/clearml_agent.md | 2 +- docs/clearml_data/clearml_data.md | 2 +- docs/clearml_serving/clearml_serving.md | 2 +- docs/pipelines/pipelines.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/clearml_agent.md b/docs/clearml_agent.md index faf6be75..7674e69f 100644 --- a/docs/clearml_agent.md +++ b/docs/clearml_agent.md @@ -1,5 +1,5 @@ --- -title: ClearML Agent +title: Overview --- diff --git a/docs/clearml_data/clearml_data.md b/docs/clearml_data/clearml_data.md index 944e0dcc..ba56f6fe 100644 --- a/docs/clearml_data/clearml_data.md +++ b/docs/clearml_data/clearml_data.md @@ -1,5 +1,5 @@ --- -title: Introduction +title: Overview --- :::important diff --git a/docs/clearml_serving/clearml_serving.md b/docs/clearml_serving/clearml_serving.md index 3ea61646..55a0aae5 100644 --- a/docs/clearml_serving/clearml_serving.md +++ b/docs/clearml_serving/clearml_serving.md @@ -1,5 +1,5 @@ --- -title: Introduction +title: Overview --- `clearml-serving` is a command line utility for model deployment and orchestration. diff --git a/docs/pipelines/pipelines.md b/docs/pipelines/pipelines.md index 7bae14e8..1979f6be 100644 --- a/docs/pipelines/pipelines.md +++ b/docs/pipelines/pipelines.md @@ -1,5 +1,5 @@ --- -title: Introduction +title: Overview --- Pipelines are a way to streamline and connect multiple processes, plugging the output of one process as the input of another.