Skip to main content

Announcing Docusaurus 3.0

· 1分で読めます
Sébastien Lorber
Docusaurusメンテナ・This Week In React編集者

Today, we are happy to announce Docusaurus 3.0! 🥳

At Meta Open Source, we believe Docusaurus will help you build the best documentation websites with minimal effort, letting you focus on what really matters: writing the content.

This is a new major version of Docusaurus, coming with new exciting features and upgraded dependencies.

In line with the Semantic Versioning principles, this release includes breaking changes we documented thoroughly in the v3 upgrade guide. Breaking changes can be bothersome, but they are necessary to set the ground for a new wave of Docusaurus features we plan to implement.

v3.0 social-card image

サイトをDocusaurus v3に移行するための準備

· 1分で読めます
Sébastien Lorber
Docusaurusメンテナ・This Week In React編集者
警告

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 for the most up-to-date migration steps.

Docusaurus v3 is now in beta 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.

主な変更点は、MDX v1からMDX v3へのアップグレードです。 詳細は、MDX v2及びMDX v3のリリースノートを読んでください。 MDXは、Markdownコンテンツをより厳密に微妙な違いをもってコンパイルするようになりました。(訳注:日本語コンテンツは注意が必要です。「その他のMarkdownの非互換性」を参照してください)

This article will mostly focus on how to prepare your content for this new MDX version, and will also list a few other breaking changes that you can handle today.

Preparing your site for Docusaurus v3 - social card