Skip to content

Commit

Permalink
docs: add hyperlink to swizzling in Search page (#8438)
Browse files Browse the repository at this point in the history
Co-authored-by: sebastienlorber <lorber.sebastien@gmail.com>
  • Loading branch information
dandv and slorber committed Dec 14, 2022
1 parent 4a44877 commit 1c40d6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website/docs/search.md
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion website/versioned_docs/version-2.2.0/search.md
Expand Up @@ -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
Expand Down

0 comments on commit 1c40d6c

Please sign in to comment.