From 1c40d6c821ca937e80626feeb44e9559d3037a47 Mon Sep 17 00:00:00 2001 From: Dan Dascalescu Date: Wed, 14 Dec 2022 09:35:15 -0800 Subject: [PATCH] docs: add hyperlink to swizzling in Search page (#8438) Co-authored-by: sebastienlorber --- 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 e00e022cfaca..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 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