From 05999f009cd24532d092cae6150719927f9512b1 Mon Sep 17 00:00:00 2001 From: Nick Greenfield Date: Tue, 10 Aug 2021 09:17:16 -0700 Subject: [PATCH] Add alert shortcode for note --- daprdocs/content/en/reference/cli/dapr-upgrade.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/daprdocs/content/en/reference/cli/dapr-upgrade.md b/daprdocs/content/en/reference/cli/dapr-upgrade.md index 0af153b47..f9135ca76 100644 --- a/daprdocs/content/en/reference/cli/dapr-upgrade.md +++ b/daprdocs/content/en/reference/cli/dapr-upgrade.md @@ -9,9 +9,11 @@ description: "Detailed information on the upgrade CLI command" Upgrade or downgrade Dapr on supported hosting platforms. -> Note: Version steps should be done incrementally, including minor versions as you upgrade or downgrade. +{{% alert title="Warning" color="warning" %}} +Version steps should be done incrementally, including minor versions as you upgrade or downgrade. -> Note: Prior to downgrading, confirm components are backwards compatible and application code does ultilize APIs that are not supported in previous versions of Dapr. +Prior to downgrading, confirm components are backwards compatible and application code does ultilize APIs that are not supported in previous versions of Dapr. +{{% /alert %}} ## Supported platforms