Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add hyperlink to swizzling in Search page #8438

Merged
merged 2 commits into from
Dec 14, 2022
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
docs: hyperlink swizzling in Search
  • Loading branch information
dandv committed Dec 13, 2022
commit 7a9396513e99adcfd231d5cb8d341b64f196e73e
2 changes: 1 addition & 1 deletion website/versioned_docs/version-2.2.0/search.md
Original file line number Diff line number Diff line change
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) the `SearchBar` component in `@docusaurus/theme-search-algolia`:

```bash npm2yarn
npm run swizzle @docusaurus/theme-search-algolia SearchBar
Expand Down