mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-30 17:37:09 +02:00
docs: add hyperlink to swizzling in Search page (#8438)
Co-authored-by: sebastienlorber <lorber.sebastien@gmail.com>
This commit is contained in:
parent
4a448773b6
commit
1c40d6c821
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue