From 8bc3e8a092025e424d9233b7176b4c036f02e94e Mon Sep 17 00:00:00 2001 From: Justin D Mathew Date: Thu, 30 Jan 2025 04:02:17 -0800 Subject: [PATCH] docs(theme-live-codeblock): update theme-live-codeblock.mdx to include link to react-live (#10874) --- website/docs/api/themes/theme-live-codeblock.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/api/themes/theme-live-codeblock.mdx b/website/docs/api/themes/theme-live-codeblock.mdx index dd9fa7e327..212c910b3e 100644 --- a/website/docs/api/themes/theme-live-codeblock.mdx +++ b/website/docs/api/themes/theme-live-codeblock.mdx @@ -5,7 +5,7 @@ slug: /api/themes/@docusaurus/theme-live-codeblock # 📦 theme-live-codeblock -This theme provides a `@theme/CodeBlock` component that is powered by react-live. You can read more on [interactive code editor](../../guides/markdown-features/markdown-features-code-blocks.mdx#interactive-code-editor) documentation. +This theme provides a `@theme/CodeBlock` component that is powered by [react-live](https://commerce.nearform.com/open-source/react-live/). You can read more on [interactive code editor](../../guides/markdown-features/markdown-features-code-blocks.mdx#interactive-code-editor) documentation. ```bash npm2yarn npm install --save @docusaurus/theme-live-codeblock