From 6472a6fd4f7c1ddcb135437606d8b4e33e71941a Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Tue, 14 Sep 2021 19:05:50 -0400 Subject: [PATCH] Wrapping not needed with prettier-ignore for YAML frontmatter Signed-off-by: Adam Harvey --- .../software-templates/migrating-from-v1alpha1-to-v1beta2.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/features/software-templates/migrating-from-v1alpha1-to-v1beta2.md b/docs/features/software-templates/migrating-from-v1alpha1-to-v1beta2.md index 28001cce0b..58d88e8e9e 100644 --- a/docs/features/software-templates/migrating-from-v1alpha1-to-v1beta2.md +++ b/docs/features/software-templates/migrating-from-v1alpha1-to-v1beta2.md @@ -2,8 +2,7 @@ id: migrating-from-v1alpha1-to-v1beta2 title: Migrating to v1beta2 templates # prettier-ignore -description: - How to move your old templates from v1alpha1 to the more declarative v1beta2 +description: How to move your old templates from v1alpha1 to the more declarative v1beta2 --- # What's new?