From 36700a5adf703c2b37622474b25cd997e6deb022 Mon Sep 17 00:00:00 2001 From: Mikey O'Toole Date: Thu, 9 May 2024 22:47:06 +0100 Subject: [PATCH] Point users to the upgrade guide rather from the beta-specific blog instructions. --- .../09-29-preparing-your-site-for-docusaurus-v3/index.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/website/blog/2023/09-29-preparing-your-site-for-docusaurus-v3/index.mdx b/website/blog/2023/09-29-preparing-your-site-for-docusaurus-v3/index.mdx index cbb7083fe15c..740a11eec476 100644 --- a/website/blog/2023/09-29-preparing-your-site-for-docusaurus-v3/index.mdx +++ b/website/blog/2023/09-29-preparing-your-site-for-docusaurus-v3/index.mdx @@ -7,6 +7,12 @@ slug: /preparing-your-site-for-docusaurus-v3 image: ./img/social-card.png --- +:::warning + +This blog post was written when Docusaurus v3 was in beta. There are some changes in dependency versions and upgrade steps you should be aware of if upgrading to Docusaurus v3 current stable releases. Use the [upgrade guide](https://docusaurus.io/docs/next/migration/v3) for the most up-to-date migration steps. + +::: + **Docusaurus v3** is now [**in beta**](https://github.com/facebook/docusaurus/discussions/9312) and the official release is around the corner. This is the perfect time to start **preparing your site** for this new major version. Docusaurus v3 comes with a few **breaking changes**, many of which can be **handled today under Docusaurus v2**. Preparing your site ahead of time can be done incrementally, and will make it easier to upgrade to v3.