From b3f6c7c63676d71519e7a82628d4ec12a762fc6d Mon Sep 17 00:00:00 2001 From: Phillip Hoff Date: Wed, 8 Feb 2023 12:21:58 -0800 Subject: [PATCH] Updates per PR feedback. Signed-off-by: Phillip Hoff --- .../pluggable-components/pluggable-components-sdks/_index.md | 4 ++-- daprdocs/layouts/partials/version-banner.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/daprdocs/content/en/developing-applications/develop-components/pluggable-components/pluggable-components-sdks/_index.md b/daprdocs/content/en/developing-applications/develop-components/pluggable-components/pluggable-components-sdks/_index.md index bd04b78f2..4c7ef9ad6 100644 --- a/daprdocs/content/en/developing-applications/develop-components/pluggable-components/pluggable-components-sdks/_index.md +++ b/daprdocs/content/en/developing-applications/develop-components/pluggable-components/pluggable-components-sdks/_index.md @@ -8,9 +8,9 @@ no_list: true is_preview: true --- -The Dapr SDKs are the easiest way for you to create Dapr Pluggable Components. Choose your favorite language and get up and running with Dapr in minutes. +The Dapr SDKs are the easiest way for you to create pluggable components. Choose your favorite language and start creating components in minutes. -## Pluggable Components SDKs +## Pluggable components SDKs | Language | Status | |----------|:------:| diff --git a/daprdocs/layouts/partials/version-banner.html b/daprdocs/layouts/partials/version-banner.html index cda48b47c..a43934e33 100644 --- a/daprdocs/layouts/partials/version-banner.html +++ b/daprdocs/layouts/partials/version-banner.html @@ -19,6 +19,6 @@ {{ if .Params.is_preview }} {{ $color := "primary" }}
-

This is documentation about a preview version of Dapr features.

+

This is documentation on a preview feature.

{{ end }}