From 04f3d15eb61fee3c3584d28185d6b9a5078675c3 Mon Sep 17 00:00:00 2001 From: Kai Vandivier Date: Fri, 13 Dec 2024 15:05:02 +0100 Subject: [PATCH 1/2] docs(v12-migration): fix title and link --- docs/migration/v12.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/migration/v12.md b/docs/migration/v12.md index c0bdea7d..ef8d5c58 100644 --- a/docs/migration/v12.md +++ b/docs/migration/v12.md @@ -1,10 +1,10 @@ --- -title: v12: Migrate to Vite & React 18 +title: "v12: Migrate to Vite & React 18" --- # Platform v12 Migration Guide: Vite & React 18 -Version 12.0.0 introduces Vite and React 18 to the platform, and introduces some great benefits including faster dev server startup, faster application builds, and better plugin UX. Check out the announcement blog post here (todo: link)! +Version 12.0.0 introduces Vite and React 18 to the platform, and introduces some great benefits including faster dev server startup, faster application builds, and better plugin UX. Check out the announcement blog post [here](/blog/2024/12/app-platform-v12)! This guide describes the features that version 12 introduces, then some tips on how to easily upgrade to `@dhis2/cli-app-scripts` v12 and what to expect along the way. From f78e08a7196b0225dd9d55c409120fcff3defc63 Mon Sep 17 00:00:00 2001 From: Kai Vandivier Date: Fri, 13 Dec 2024 15:08:15 +0100 Subject: [PATCH 2/2] chore: format --- docs/migration/v12.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/migration/v12.md b/docs/migration/v12.md index ef8d5c58..f8e140af 100644 --- a/docs/migration/v12.md +++ b/docs/migration/v12.md @@ -1,5 +1,5 @@ --- -title: "v12: Migrate to Vite & React 18" +title: 'v12: Migrate to Vite & React 18' --- # Platform v12 Migration Guide: Vite & React 18