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