From 7a9396513e99adcfd231d5cb8d341b64f196e73e Mon Sep 17 00:00:00 2001 From: Dan Dascalescu Date: Wed, 14 Dec 2022 00:31:58 +0100 Subject: [PATCH 1/2] docs: hyperlink swizzling in Search --- website/versioned_docs/version-2.2.0/search.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/versioned_docs/version-2.2.0/search.md b/website/versioned_docs/version-2.2.0/search.md index e00e022cfaca..6c56bb09e6db 100644 --- a/website/versioned_docs/version-2.2.0/search.md +++ b/website/versioned_docs/version-2.2.0/search.md @@ -260,7 +260,7 @@ module.exports = { ### Editing the Algolia search component {#editing-the-algolia-search-component} -If you prefer to edit the Algolia search React component, swizzle the `SearchBar` component in `@docusaurus/theme-search-algolia`: +If you prefer to edit the Algolia search React component, [swizzle](swizzling) the `SearchBar` component in `@docusaurus/theme-search-algolia`: ```bash npm2yarn npm run swizzle @docusaurus/theme-search-algolia SearchBar From db86aa874338c78ef72c32662412e52654ebb346 Mon Sep 17 00:00:00 2001 From: sebastienlorber Date: Wed, 14 Dec 2022 18:27:09 +0100 Subject: [PATCH 2/2] fix swizzling link --- website/docs/search.md | 2 +- website/versioned_docs/version-2.2.0/search.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/search.md b/website/docs/search.md index e00e022cfaca..31f1084c0f3d 100644 --- a/website/docs/search.md +++ b/website/docs/search.md @@ -260,7 +260,7 @@ module.exports = { ### Editing the Algolia search component {#editing-the-algolia-search-component} -If you prefer to edit the Algolia search React component, swizzle the `SearchBar` component in `@docusaurus/theme-search-algolia`: +If you prefer to edit the Algolia search React component, [swizzle](swizzling.md) the `SearchBar` component in `@docusaurus/theme-search-algolia`: ```bash npm2yarn npm run swizzle @docusaurus/theme-search-algolia SearchBar diff --git a/website/versioned_docs/version-2.2.0/search.md b/website/versioned_docs/version-2.2.0/search.md index 6c56bb09e6db..31f1084c0f3d 100644 --- a/website/versioned_docs/version-2.2.0/search.md +++ b/website/versioned_docs/version-2.2.0/search.md @@ -260,7 +260,7 @@ module.exports = { ### Editing the Algolia search component {#editing-the-algolia-search-component} -If you prefer to edit the Algolia search React component, [swizzle](swizzling) the `SearchBar` component in `@docusaurus/theme-search-algolia`: +If you prefer to edit the Algolia search React component, [swizzle](swizzling.md) the `SearchBar` component in `@docusaurus/theme-search-algolia`: ```bash npm2yarn npm run swizzle @docusaurus/theme-search-algolia SearchBar