From e3ebbc83e261d0663dfbdb20d63f92e7f45c9806 Mon Sep 17 00:00:00 2001 From: Toan Quach <93168955+toan-quach@users.noreply.github.com> Date: Thu, 8 Jun 2023 15:21:50 +0700 Subject: [PATCH] Update docs/manuals/core/config/pipeline-config.md Co-authored-by: Jean-Robin --- docs/manuals/core/config/pipeline-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manuals/core/config/pipeline-config.md b/docs/manuals/core/config/pipeline-config.md index 16c3c5a47..bf6742895 100644 --- a/docs/manuals/core/config/pipeline-config.md +++ b/docs/manuals/core/config/pipeline-config.md @@ -1,6 +1,6 @@ !!! warning "Deprecation" - Note that `PipelineConfig^` has been deprecated and will be combined with `ScenarioConfig^` in future versions. + Note that `PipelineConfig^` has been deprecated in version 2.3 and will be combined with `ScenarioConfig^` in the following major version. A pipeline configuration is necessary to instantiate a [Pipeline](../concepts/pipeline.md). To create a `PipelineConfig^`, you can use the `Config.configure_pipeline()^` method with the following parameters: