From baa2fb45efd61c9e4c2b372e4903d59075d52552 Mon Sep 17 00:00:00 2001 From: Powershellfish <47839113+powershellfish@users.noreply.github.com> Date: Mon, 15 May 2023 18:49:13 -0600 Subject: [PATCH] [DOC] Remove indentation in copy_values processor (#4057) * Test. Signed-off-by: Powershellfish <47839113+powershellfish@users.noreply.github.com> * Update index.md Testing ability to create PRs. * Removed indentation. Signed-off-by: Powershellfish <47839113+powershellfish@users.noreply.github.com> --------- Signed-off-by: Powershellfish <47839113+powershellfish@users.noreply.github.com> --- _data-prepper/index.md | 2 ++ _data-prepper/pipelines/configuration/processors/copy-values.md | 2 +- documentation-website | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) create mode 160000 documentation-website diff --git a/_data-prepper/index.md b/_data-prepper/index.md index f22fdd1c11..6a49178a75 100644 --- a/_data-prepper/index.md +++ b/_data-prepper/index.md @@ -91,3 +91,5 @@ sample-pipeline: To get started building your own custom pipelines with Data Prepper, see [Getting started]({{site.url}}{{site.baseurl}}/clients/data-prepper/get-started/). + + diff --git a/_data-prepper/pipelines/configuration/processors/copy-values.md b/_data-prepper/pipelines/configuration/processors/copy-values.md index 0284423d35..4d48a47e02 100644 --- a/_data-prepper/pipelines/configuration/processors/copy-values.md +++ b/_data-prepper/pipelines/configuration/processors/copy-values.md @@ -54,4 +54,4 @@ When you run this processor, it parses the message into the following output: {"message": "hello", "newMessage": "hello"} ``` -> If `newMessage` already exists, its existing value is overwritten with `value`. +If `newMessage` already exists, its existing value is overwritten with `value`. diff --git a/documentation-website b/documentation-website new file mode 160000 index 0000000000..21c1d36f8b --- /dev/null +++ b/documentation-website @@ -0,0 +1 @@ +Subproject commit 21c1d36f8b1681a7f3a4430f2e2dd62fb0f87a4b