diff --git a/website/docs/api/misc/eslint-plugin/no-html-links.mdx b/website/docs/api/misc/eslint-plugin/no-html-links.mdx index 8ea552c0d2..fbf9b06585 100644 --- a/website/docs/api/misc/eslint-plugin/no-html-links.mdx +++ b/website/docs/api/misc/eslint-plugin/no-html-links.mdx @@ -4,6 +4,8 @@ slug: /api/misc/@docusaurus/eslint-plugin/no-html-links # no-html-links +import APITable from '@site/src/components/APITable'; + Ensure that the Docusaurus [``](../../../docusaurus-core.mdx#link) component is used instead of `` tags. The `` component has prefetching and preloading built-in. It also does build-time broken link detection, and helps Docusaurus understand your site's structure better. diff --git a/website/docs/api/plugins/plugin-pwa.mdx b/website/docs/api/plugins/plugin-pwa.mdx index a75d23208f..8cb6d95fd4 100644 --- a/website/docs/api/plugins/plugin-pwa.mdx +++ b/website/docs/api/plugins/plugin-pwa.mdx @@ -78,7 +78,11 @@ App installation requires the HTTPS protocol and a valid manifest. We enable users to browse a Docusaurus site offline, by using service-worker precaching. -> ### [What is Precaching?](https://developers.google.com/web/tools/workbox/modules/workbox-precaching) +>

+> +> {'What is Precaching?'} +> +>

> > One feature of service workers is the ability to save a set of files to the cache when the service worker is installing. This is often referred to as "precaching", since you are caching content ahead of the service worker being used. > @@ -120,7 +124,7 @@ Strategies used to turn the offline mode on: - `appInstalled`: activates for users having installed the site as an app (not 100% reliable) - `standalone`: activates for users running the app as standalone (often the case once a PWA is installed) - `queryString`: activates if queryString contains `offlineMode=true` (convenient for PWA debugging) -- `mobile`: activates for mobile users (width <= 996px) +- `mobile`: activates for mobile users (`width <= 996px`) - `saveData`: activates for users with `navigator.connection.saveData === true` - `always`: activates for all users diff --git a/website/docs/api/themes/theme-classic.mdx b/website/docs/api/themes/theme-classic.mdx index b2421dc98b..12d812affb 100644 --- a/website/docs/api/themes/theme-classic.mdx +++ b/website/docs/api/themes/theme-classic.mdx @@ -3,6 +3,8 @@ sidebar_position: 2 slug: /api/themes/@docusaurus/theme-classic --- +import APITable from '@site/src/components/APITable'; + # 📦 theme-classic The classic theme for Docusaurus. diff --git a/website/docs/guides/docs/sidebar/autogenerated.mdx b/website/docs/guides/docs/sidebar/autogenerated.mdx index b6209d143d..edaa670c6d 100644 --- a/website/docs/guides/docs/sidebar/autogenerated.mdx +++ b/website/docs/guides/docs/sidebar/autogenerated.mdx @@ -37,6 +37,7 @@ An `autogenerated` item is converted by Docusaurus to a **sidebar slice** (also
A real-world example + Consider this file structure: ```bash diff --git a/website/docs/guides/docs/versioning.mdx b/website/docs/guides/docs/versioning.mdx index 0ed5dffb6a..df27a964f0 100644 --- a/website/docs/guides/docs/versioning.mdx +++ b/website/docs/guides/docs/versioning.mdx @@ -76,14 +76,17 @@ Note the terminology we use here. Current version
- The version placed in the ./docs folder. + {'The version placed in the '} + ./docs + {' folder.'}
Latest version / last version
- The version served by default for docs navbar items. Usually has path{' '} - /docs. + {'The version served by default for docs navbar items. Usually has path '} + /docs + {'.'}
diff --git a/website/docs/guides/markdown-features/markdown-features-assets.mdx b/website/docs/guides/markdown-features/markdown-features-assets.mdx index bce4fc5574..dfd3a96a51 100644 --- a/website/docs/guides/markdown-features/markdown-features-assets.mdx +++ b/website/docs/guides/markdown-features/markdown-features-assets.mdx @@ -103,7 +103,7 @@ or - Download this docx + {'Download this docx'} [Download this docx using Markdown](../../assets/docusaurus-asset-example.docx) diff --git a/website/docs/guides/markdown-features/markdown-features-code-blocks.mdx b/website/docs/guides/markdown-features/markdown-features-code-blocks.mdx index fd6d65f7e5..13e1930e8e 100644 --- a/website/docs/guides/markdown-features/markdown-features-code-blocks.mdx +++ b/website/docs/guides/markdown-features/markdown-features-code-blocks.mdx @@ -637,8 +637,10 @@ If you want to embed HTML markup such as anchor links or bold type, you can use
-    Input: 1 2 3 4{'\n'}
-    Output: "366300745"{'\n'}
+    {'Input: '}
+    {'1 2 3 4\n'}
+    {'Output: '}
+    {'"366300745"\n'}
   
diff --git a/website/docs/guides/markdown-features/markdown-features-intro.mdx b/website/docs/guides/markdown-features/markdown-features-intro.mdx index 7b56a37650..30212e5004 100644 --- a/website/docs/guides/markdown-features/markdown-features-intro.mdx +++ b/website/docs/guides/markdown-features/markdown-features-intro.mdx @@ -106,9 +106,7 @@ Markdown can embed HTML elements, and [`details`](https://developer.mozilla.org/ Nested toggle! Some surprise inside... -
- 😲😲😲😲😲 -
+
😲😲😲😲😲
@@ -128,9 +126,7 @@ Markdown can embed HTML elements, and [`details`](https://developer.mozilla.org/ Nested toggle! Some surprise inside... -
- 😲😲😲😲😲 -
+
😲😲😲😲😲
diff --git a/website/versioned_docs/version-2.0.1/api/plugins/plugin-pwa.mdx b/website/versioned_docs/version-2.0.1/api/plugins/plugin-pwa.mdx index cbd7e3deaf..4018a501cb 100644 --- a/website/versioned_docs/version-2.0.1/api/plugins/plugin-pwa.mdx +++ b/website/versioned_docs/version-2.0.1/api/plugins/plugin-pwa.mdx @@ -78,7 +78,11 @@ App installation requires the HTTPS protocol and a valid manifest. We enable users to browse a Docusaurus site offline, by using service-worker precaching. -> ### [What is Precaching?](https://developers.google.com/web/tools/workbox/modules/workbox-precaching) +>

+> +> {'What is Precaching?'} +> +>

> > One feature of service workers is the ability to save a set of files to the cache when the service worker is installing. This is often referred to as "precaching", since you are caching content ahead of the service worker being used. > @@ -120,7 +124,7 @@ Strategies used to turn the offline mode on: - `appInstalled`: activates for users having installed the site as an app (not 100% reliable) - `standalone`: activates for users running the app as standalone (often the case once a PWA is installed) - `queryString`: activates if queryString contains `offlineMode=true` (convenient for PWA debugging) -- `mobile`: activates for mobile users (width <= 996px) +- `mobile`: activates for mobile users (`width <= 996px`) - `saveData`: activates for users with `navigator.connection.saveData === true` - `always`: activates for all users diff --git a/website/versioned_docs/version-2.0.1/api/themes/theme-classic.mdx b/website/versioned_docs/version-2.0.1/api/themes/theme-classic.mdx index b2421dc98b..12d812affb 100644 --- a/website/versioned_docs/version-2.0.1/api/themes/theme-classic.mdx +++ b/website/versioned_docs/version-2.0.1/api/themes/theme-classic.mdx @@ -3,6 +3,8 @@ sidebar_position: 2 slug: /api/themes/@docusaurus/theme-classic --- +import APITable from '@site/src/components/APITable'; + # 📦 theme-classic The classic theme for Docusaurus. diff --git a/website/versioned_docs/version-2.0.1/guides/docs/sidebar/autogenerated.mdx b/website/versioned_docs/version-2.0.1/guides/docs/sidebar/autogenerated.mdx index bab38d29be..c489689dc6 100644 --- a/website/versioned_docs/version-2.0.1/guides/docs/sidebar/autogenerated.mdx +++ b/website/versioned_docs/version-2.0.1/guides/docs/sidebar/autogenerated.mdx @@ -37,6 +37,7 @@ An `autogenerated` item is converted by Docusaurus to a **sidebar slice** (also
A real-world example + Consider this file structure: ```bash diff --git a/website/versioned_docs/version-2.0.1/guides/docs/versioning.mdx b/website/versioned_docs/version-2.0.1/guides/docs/versioning.mdx index 0ed5dffb6a..df27a964f0 100644 --- a/website/versioned_docs/version-2.0.1/guides/docs/versioning.mdx +++ b/website/versioned_docs/version-2.0.1/guides/docs/versioning.mdx @@ -76,14 +76,17 @@ Note the terminology we use here. Current version
- The version placed in the ./docs folder. + {'The version placed in the '} + ./docs + {' folder.'}
Latest version / last version
- The version served by default for docs navbar items. Usually has path{' '} - /docs. + {'The version served by default for docs navbar items. Usually has path '} + /docs + {'.'}
diff --git a/website/versioned_docs/version-2.0.1/guides/markdown-features/markdown-features-assets.mdx b/website/versioned_docs/version-2.0.1/guides/markdown-features/markdown-features-assets.mdx index bce4fc5574..dfd3a96a51 100644 --- a/website/versioned_docs/version-2.0.1/guides/markdown-features/markdown-features-assets.mdx +++ b/website/versioned_docs/version-2.0.1/guides/markdown-features/markdown-features-assets.mdx @@ -103,7 +103,7 @@ or - Download this docx + {'Download this docx'} [Download this docx using Markdown](../../assets/docusaurus-asset-example.docx) diff --git a/website/versioned_docs/version-2.0.1/guides/markdown-features/markdown-features-code-blocks.mdx b/website/versioned_docs/version-2.0.1/guides/markdown-features/markdown-features-code-blocks.mdx index d16e8788ea..9ca2f574e1 100644 --- a/website/versioned_docs/version-2.0.1/guides/markdown-features/markdown-features-code-blocks.mdx +++ b/website/versioned_docs/version-2.0.1/guides/markdown-features/markdown-features-code-blocks.mdx @@ -635,8 +635,10 @@ If you want to embed HTML markup such as anchor links or bold type, you can use
-    Input: 1 2 3 4{'\n'}
-    Output: "366300745"{'\n'}
+    {'Input: '}
+    {'1 2 3 4\n'}
+    {'Output: '}
+    {'"366300745"\n'}
   
diff --git a/website/versioned_docs/version-2.0.1/guides/markdown-features/markdown-features-intro.mdx b/website/versioned_docs/version-2.0.1/guides/markdown-features/markdown-features-intro.mdx index 7b56a37650..30212e5004 100644 --- a/website/versioned_docs/version-2.0.1/guides/markdown-features/markdown-features-intro.mdx +++ b/website/versioned_docs/version-2.0.1/guides/markdown-features/markdown-features-intro.mdx @@ -106,9 +106,7 @@ Markdown can embed HTML elements, and [`details`](https://developer.mozilla.org/ Nested toggle! Some surprise inside... -
- 😲😲😲😲😲 -
+
😲😲😲😲😲
@@ -128,9 +126,7 @@ Markdown can embed HTML elements, and [`details`](https://developer.mozilla.org/ Nested toggle! Some surprise inside... -
- 😲😲😲😲😲 -
+
😲😲😲😲😲
diff --git a/website/versioned_docs/version-2.1.0/api/plugins/plugin-pwa.mdx b/website/versioned_docs/version-2.1.0/api/plugins/plugin-pwa.mdx index cbd7e3deaf..4018a501cb 100644 --- a/website/versioned_docs/version-2.1.0/api/plugins/plugin-pwa.mdx +++ b/website/versioned_docs/version-2.1.0/api/plugins/plugin-pwa.mdx @@ -78,7 +78,11 @@ App installation requires the HTTPS protocol and a valid manifest. We enable users to browse a Docusaurus site offline, by using service-worker precaching. -> ### [What is Precaching?](https://developers.google.com/web/tools/workbox/modules/workbox-precaching) +>

+> +> {'What is Precaching?'} +> +>

> > One feature of service workers is the ability to save a set of files to the cache when the service worker is installing. This is often referred to as "precaching", since you are caching content ahead of the service worker being used. > @@ -120,7 +124,7 @@ Strategies used to turn the offline mode on: - `appInstalled`: activates for users having installed the site as an app (not 100% reliable) - `standalone`: activates for users running the app as standalone (often the case once a PWA is installed) - `queryString`: activates if queryString contains `offlineMode=true` (convenient for PWA debugging) -- `mobile`: activates for mobile users (width <= 996px) +- `mobile`: activates for mobile users (`width <= 996px`) - `saveData`: activates for users with `navigator.connection.saveData === true` - `always`: activates for all users diff --git a/website/versioned_docs/version-2.1.0/api/themes/theme-classic.mdx b/website/versioned_docs/version-2.1.0/api/themes/theme-classic.mdx index b2421dc98b..12d812affb 100644 --- a/website/versioned_docs/version-2.1.0/api/themes/theme-classic.mdx +++ b/website/versioned_docs/version-2.1.0/api/themes/theme-classic.mdx @@ -3,6 +3,8 @@ sidebar_position: 2 slug: /api/themes/@docusaurus/theme-classic --- +import APITable from '@site/src/components/APITable'; + # 📦 theme-classic The classic theme for Docusaurus. diff --git a/website/versioned_docs/version-2.1.0/guides/docs/sidebar/autogenerated.mdx b/website/versioned_docs/version-2.1.0/guides/docs/sidebar/autogenerated.mdx index bab38d29be..c489689dc6 100644 --- a/website/versioned_docs/version-2.1.0/guides/docs/sidebar/autogenerated.mdx +++ b/website/versioned_docs/version-2.1.0/guides/docs/sidebar/autogenerated.mdx @@ -37,6 +37,7 @@ An `autogenerated` item is converted by Docusaurus to a **sidebar slice** (also
A real-world example + Consider this file structure: ```bash diff --git a/website/versioned_docs/version-2.1.0/guides/docs/versioning.mdx b/website/versioned_docs/version-2.1.0/guides/docs/versioning.mdx index 0ed5dffb6a..df27a964f0 100644 --- a/website/versioned_docs/version-2.1.0/guides/docs/versioning.mdx +++ b/website/versioned_docs/version-2.1.0/guides/docs/versioning.mdx @@ -76,14 +76,17 @@ Note the terminology we use here. Current version
- The version placed in the ./docs folder. + {'The version placed in the '} + ./docs + {' folder.'}
Latest version / last version
- The version served by default for docs navbar items. Usually has path{' '} - /docs. + {'The version served by default for docs navbar items. Usually has path '} + /docs + {'.'}
diff --git a/website/versioned_docs/version-2.1.0/guides/markdown-features/markdown-features-assets.mdx b/website/versioned_docs/version-2.1.0/guides/markdown-features/markdown-features-assets.mdx index bce4fc5574..dfd3a96a51 100644 --- a/website/versioned_docs/version-2.1.0/guides/markdown-features/markdown-features-assets.mdx +++ b/website/versioned_docs/version-2.1.0/guides/markdown-features/markdown-features-assets.mdx @@ -103,7 +103,7 @@ or - Download this docx + {'Download this docx'} [Download this docx using Markdown](../../assets/docusaurus-asset-example.docx) diff --git a/website/versioned_docs/version-2.1.0/guides/markdown-features/markdown-features-code-blocks.mdx b/website/versioned_docs/version-2.1.0/guides/markdown-features/markdown-features-code-blocks.mdx index d16e8788ea..9ca2f574e1 100644 --- a/website/versioned_docs/version-2.1.0/guides/markdown-features/markdown-features-code-blocks.mdx +++ b/website/versioned_docs/version-2.1.0/guides/markdown-features/markdown-features-code-blocks.mdx @@ -635,8 +635,10 @@ If you want to embed HTML markup such as anchor links or bold type, you can use
-    Input: 1 2 3 4{'\n'}
-    Output: "366300745"{'\n'}
+    {'Input: '}
+    {'1 2 3 4\n'}
+    {'Output: '}
+    {'"366300745"\n'}
   
diff --git a/website/versioned_docs/version-2.1.0/guides/markdown-features/markdown-features-intro.mdx b/website/versioned_docs/version-2.1.0/guides/markdown-features/markdown-features-intro.mdx index 7b56a37650..30212e5004 100644 --- a/website/versioned_docs/version-2.1.0/guides/markdown-features/markdown-features-intro.mdx +++ b/website/versioned_docs/version-2.1.0/guides/markdown-features/markdown-features-intro.mdx @@ -106,9 +106,7 @@ Markdown can embed HTML elements, and [`details`](https://developer.mozilla.org/ Nested toggle! Some surprise inside... -
- 😲😲😲😲😲 -
+
😲😲😲😲😲
@@ -128,9 +126,7 @@ Markdown can embed HTML elements, and [`details`](https://developer.mozilla.org/ Nested toggle! Some surprise inside... -
- 😲😲😲😲😲 -
+
😲😲😲😲😲
diff --git a/website/versioned_docs/version-2.2.0/api/plugins/plugin-pwa.mdx b/website/versioned_docs/version-2.2.0/api/plugins/plugin-pwa.mdx index cbd7e3deaf..4018a501cb 100644 --- a/website/versioned_docs/version-2.2.0/api/plugins/plugin-pwa.mdx +++ b/website/versioned_docs/version-2.2.0/api/plugins/plugin-pwa.mdx @@ -78,7 +78,11 @@ App installation requires the HTTPS protocol and a valid manifest. We enable users to browse a Docusaurus site offline, by using service-worker precaching. -> ### [What is Precaching?](https://developers.google.com/web/tools/workbox/modules/workbox-precaching) +>

+> +> {'What is Precaching?'} +> +>

> > One feature of service workers is the ability to save a set of files to the cache when the service worker is installing. This is often referred to as "precaching", since you are caching content ahead of the service worker being used. > @@ -120,7 +124,7 @@ Strategies used to turn the offline mode on: - `appInstalled`: activates for users having installed the site as an app (not 100% reliable) - `standalone`: activates for users running the app as standalone (often the case once a PWA is installed) - `queryString`: activates if queryString contains `offlineMode=true` (convenient for PWA debugging) -- `mobile`: activates for mobile users (width <= 996px) +- `mobile`: activates for mobile users (`width <= 996px`) - `saveData`: activates for users with `navigator.connection.saveData === true` - `always`: activates for all users diff --git a/website/versioned_docs/version-2.2.0/api/themes/theme-classic.mdx b/website/versioned_docs/version-2.2.0/api/themes/theme-classic.mdx index b2421dc98b..12d812affb 100644 --- a/website/versioned_docs/version-2.2.0/api/themes/theme-classic.mdx +++ b/website/versioned_docs/version-2.2.0/api/themes/theme-classic.mdx @@ -3,6 +3,8 @@ sidebar_position: 2 slug: /api/themes/@docusaurus/theme-classic --- +import APITable from '@site/src/components/APITable'; + # 📦 theme-classic The classic theme for Docusaurus. diff --git a/website/versioned_docs/version-2.2.0/guides/docs/sidebar/autogenerated.mdx b/website/versioned_docs/version-2.2.0/guides/docs/sidebar/autogenerated.mdx index bab38d29be..c489689dc6 100644 --- a/website/versioned_docs/version-2.2.0/guides/docs/sidebar/autogenerated.mdx +++ b/website/versioned_docs/version-2.2.0/guides/docs/sidebar/autogenerated.mdx @@ -37,6 +37,7 @@ An `autogenerated` item is converted by Docusaurus to a **sidebar slice** (also
A real-world example + Consider this file structure: ```bash diff --git a/website/versioned_docs/version-2.2.0/guides/docs/versioning.mdx b/website/versioned_docs/version-2.2.0/guides/docs/versioning.mdx index 0ed5dffb6a..df27a964f0 100644 --- a/website/versioned_docs/version-2.2.0/guides/docs/versioning.mdx +++ b/website/versioned_docs/version-2.2.0/guides/docs/versioning.mdx @@ -76,14 +76,17 @@ Note the terminology we use here. Current version
- The version placed in the ./docs folder. + {'The version placed in the '} + ./docs + {' folder.'}
Latest version / last version
- The version served by default for docs navbar items. Usually has path{' '} - /docs. + {'The version served by default for docs navbar items. Usually has path '} + /docs + {'.'}
diff --git a/website/versioned_docs/version-2.2.0/guides/markdown-features/markdown-features-assets.mdx b/website/versioned_docs/version-2.2.0/guides/markdown-features/markdown-features-assets.mdx index bce4fc5574..dfd3a96a51 100644 --- a/website/versioned_docs/version-2.2.0/guides/markdown-features/markdown-features-assets.mdx +++ b/website/versioned_docs/version-2.2.0/guides/markdown-features/markdown-features-assets.mdx @@ -103,7 +103,7 @@ or - Download this docx + {'Download this docx'} [Download this docx using Markdown](../../assets/docusaurus-asset-example.docx) diff --git a/website/versioned_docs/version-2.2.0/guides/markdown-features/markdown-features-code-blocks.mdx b/website/versioned_docs/version-2.2.0/guides/markdown-features/markdown-features-code-blocks.mdx index d16e8788ea..9ca2f574e1 100644 --- a/website/versioned_docs/version-2.2.0/guides/markdown-features/markdown-features-code-blocks.mdx +++ b/website/versioned_docs/version-2.2.0/guides/markdown-features/markdown-features-code-blocks.mdx @@ -635,8 +635,10 @@ If you want to embed HTML markup such as anchor links or bold type, you can use
-    Input: 1 2 3 4{'\n'}
-    Output: "366300745"{'\n'}
+    {'Input: '}
+    {'1 2 3 4\n'}
+    {'Output: '}
+    {'"366300745"\n'}
   
diff --git a/website/versioned_docs/version-2.2.0/guides/markdown-features/markdown-features-intro.mdx b/website/versioned_docs/version-2.2.0/guides/markdown-features/markdown-features-intro.mdx index 7b56a37650..30212e5004 100644 --- a/website/versioned_docs/version-2.2.0/guides/markdown-features/markdown-features-intro.mdx +++ b/website/versioned_docs/version-2.2.0/guides/markdown-features/markdown-features-intro.mdx @@ -106,9 +106,7 @@ Markdown can embed HTML elements, and [`details`](https://developer.mozilla.org/ Nested toggle! Some surprise inside... -
- 😲😲😲😲😲 -
+
😲😲😲😲😲
@@ -128,9 +126,7 @@ Markdown can embed HTML elements, and [`details`](https://developer.mozilla.org/ Nested toggle! Some surprise inside... -
- 😲😲😲😲😲 -
+
😲😲😲😲😲
diff --git a/website/versioned_docs/version-2.3.1/api/plugins/plugin-pwa.mdx b/website/versioned_docs/version-2.3.1/api/plugins/plugin-pwa.mdx index cbd7e3deaf..4018a501cb 100644 --- a/website/versioned_docs/version-2.3.1/api/plugins/plugin-pwa.mdx +++ b/website/versioned_docs/version-2.3.1/api/plugins/plugin-pwa.mdx @@ -78,7 +78,11 @@ App installation requires the HTTPS protocol and a valid manifest. We enable users to browse a Docusaurus site offline, by using service-worker precaching. -> ### [What is Precaching?](https://developers.google.com/web/tools/workbox/modules/workbox-precaching) +>

+> +> {'What is Precaching?'} +> +>

> > One feature of service workers is the ability to save a set of files to the cache when the service worker is installing. This is often referred to as "precaching", since you are caching content ahead of the service worker being used. > @@ -120,7 +124,7 @@ Strategies used to turn the offline mode on: - `appInstalled`: activates for users having installed the site as an app (not 100% reliable) - `standalone`: activates for users running the app as standalone (often the case once a PWA is installed) - `queryString`: activates if queryString contains `offlineMode=true` (convenient for PWA debugging) -- `mobile`: activates for mobile users (width <= 996px) +- `mobile`: activates for mobile users (`width <= 996px`) - `saveData`: activates for users with `navigator.connection.saveData === true` - `always`: activates for all users diff --git a/website/versioned_docs/version-2.3.1/api/themes/theme-classic.mdx b/website/versioned_docs/version-2.3.1/api/themes/theme-classic.mdx index b2421dc98b..12d812affb 100644 --- a/website/versioned_docs/version-2.3.1/api/themes/theme-classic.mdx +++ b/website/versioned_docs/version-2.3.1/api/themes/theme-classic.mdx @@ -3,6 +3,8 @@ sidebar_position: 2 slug: /api/themes/@docusaurus/theme-classic --- +import APITable from '@site/src/components/APITable'; + # 📦 theme-classic The classic theme for Docusaurus. diff --git a/website/versioned_docs/version-2.3.1/guides/docs/sidebar/autogenerated.mdx b/website/versioned_docs/version-2.3.1/guides/docs/sidebar/autogenerated.mdx index bab38d29be..c489689dc6 100644 --- a/website/versioned_docs/version-2.3.1/guides/docs/sidebar/autogenerated.mdx +++ b/website/versioned_docs/version-2.3.1/guides/docs/sidebar/autogenerated.mdx @@ -37,6 +37,7 @@ An `autogenerated` item is converted by Docusaurus to a **sidebar slice** (also
A real-world example + Consider this file structure: ```bash diff --git a/website/versioned_docs/version-2.3.1/guides/docs/versioning.mdx b/website/versioned_docs/version-2.3.1/guides/docs/versioning.mdx index 0ed5dffb6a..df27a964f0 100644 --- a/website/versioned_docs/version-2.3.1/guides/docs/versioning.mdx +++ b/website/versioned_docs/version-2.3.1/guides/docs/versioning.mdx @@ -76,14 +76,17 @@ Note the terminology we use here. Current version
- The version placed in the ./docs folder. + {'The version placed in the '} + ./docs + {' folder.'}
Latest version / last version
- The version served by default for docs navbar items. Usually has path{' '} - /docs. + {'The version served by default for docs navbar items. Usually has path '} + /docs + {'.'}
diff --git a/website/versioned_docs/version-2.3.1/guides/markdown-features/markdown-features-assets.mdx b/website/versioned_docs/version-2.3.1/guides/markdown-features/markdown-features-assets.mdx index bce4fc5574..dfd3a96a51 100644 --- a/website/versioned_docs/version-2.3.1/guides/markdown-features/markdown-features-assets.mdx +++ b/website/versioned_docs/version-2.3.1/guides/markdown-features/markdown-features-assets.mdx @@ -103,7 +103,7 @@ or - Download this docx + {'Download this docx'} [Download this docx using Markdown](../../assets/docusaurus-asset-example.docx) diff --git a/website/versioned_docs/version-2.3.1/guides/markdown-features/markdown-features-code-blocks.mdx b/website/versioned_docs/version-2.3.1/guides/markdown-features/markdown-features-code-blocks.mdx index d16e8788ea..9ca2f574e1 100644 --- a/website/versioned_docs/version-2.3.1/guides/markdown-features/markdown-features-code-blocks.mdx +++ b/website/versioned_docs/version-2.3.1/guides/markdown-features/markdown-features-code-blocks.mdx @@ -635,8 +635,10 @@ If you want to embed HTML markup such as anchor links or bold type, you can use
-    Input: 1 2 3 4{'\n'}
-    Output: "366300745"{'\n'}
+    {'Input: '}
+    {'1 2 3 4\n'}
+    {'Output: '}
+    {'"366300745"\n'}
   
diff --git a/website/versioned_docs/version-2.3.1/guides/markdown-features/markdown-features-intro.mdx b/website/versioned_docs/version-2.3.1/guides/markdown-features/markdown-features-intro.mdx index 7b56a37650..30212e5004 100644 --- a/website/versioned_docs/version-2.3.1/guides/markdown-features/markdown-features-intro.mdx +++ b/website/versioned_docs/version-2.3.1/guides/markdown-features/markdown-features-intro.mdx @@ -106,9 +106,7 @@ Markdown can embed HTML elements, and [`details`](https://developer.mozilla.org/ Nested toggle! Some surprise inside... -
- 😲😲😲😲😲 -
+
😲😲😲😲😲
@@ -128,9 +126,7 @@ Markdown can embed HTML elements, and [`details`](https://developer.mozilla.org/ Nested toggle! Some surprise inside... -
- 😲😲😲😲😲 -
+
😲😲😲😲😲