From a0a741c82e28075ba49156d5abaafdc7bb0769aa Mon Sep 17 00:00:00 2001 From: sebastienlorber Date: Thu, 19 Oct 2023 19:54:14 +0200 Subject: [PATCH] hardcoded version path fixes --- .../2023-09-29-preparing-your-site-for-docusaurus-v3/index.mdx | 2 +- website/docs/migration/v3.mdx | 2 +- website/versioned_docs/version-3.0.0-rc.0/migration/v3.mdx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 b13c5c2d9c..fa6015739a 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 @@ -221,7 +221,7 @@ For users providing a [custom `MDXComponent`mapping](/docs/3.0.0-rc.0/markdown-f :::danger visual difference -Your [`MDXComponent` component mapping](/docs/3.0.0-beta.0/markdown-features/react#mdx-component-scope) might not be applied as before, and your custom components might no longer be used. +Your [`MDXComponent` component mapping](/docs/3.0.0-rc.0/markdown-features/react#mdx-component-scope) might not be applied as before, and your custom components might no longer be used. ::: diff --git a/website/docs/migration/v3.mdx b/website/docs/migration/v3.mdx index 1e79672ac8..3bb8a2ec87 100644 --- a/website/docs/migration/v3.mdx +++ b/website/docs/migration/v3.mdx @@ -292,7 +292,7 @@ For users providing a [custom `MDXComponent`mapping](../guides/markdown-features :::danger visual difference -Your [`MDXComponent` component mapping](/docs/3.0.0-beta.0/markdown-features/react#mdx-component-scope) might not be applied as before, and your custom components might no longer be used. +Your [`MDXComponent` component mapping](/docs/3.0.0-rc.0/markdown-features/react#mdx-component-scope) might not be applied as before, and your custom components might no longer be used. ::: diff --git a/website/versioned_docs/version-3.0.0-rc.0/migration/v3.mdx b/website/versioned_docs/version-3.0.0-rc.0/migration/v3.mdx index 1e79672ac8..3bb8a2ec87 100644 --- a/website/versioned_docs/version-3.0.0-rc.0/migration/v3.mdx +++ b/website/versioned_docs/version-3.0.0-rc.0/migration/v3.mdx @@ -292,7 +292,7 @@ For users providing a [custom `MDXComponent`mapping](../guides/markdown-features :::danger visual difference -Your [`MDXComponent` component mapping](/docs/3.0.0-beta.0/markdown-features/react#mdx-component-scope) might not be applied as before, and your custom components might no longer be used. +Your [`MDXComponent` component mapping](/docs/3.0.0-rc.0/markdown-features/react#mdx-component-scope) might not be applied as before, and your custom components might no longer be used. :::