1
0
Fork 0

add changeset

This commit is contained in:
Paul Jankowski 2026-07-29 14:14:15 -04:00
parent 95177b1c4e
commit 4e0817dd82
No known key found for this signature in database

View file

@ -0,0 +1,24 @@
---
"@docsearch/docusaurus-adapter": patch
"@docsearch/css": patch
"@docsearch/react": patch
---
Add an "Add Docs MCP" action to the footer and replace the "Powered by Algolia"
logo with the DocSearch × Algolia lockup.
- New `hideMCPCallout` prop (default `false`) on `DocSearch`, `DocSearchModal`
and `DocSearchAskAiModal`, exposed as `themeConfig.docsearch.hideMCPCallout`
in the Docusaurus adapter
- Footer commands and branding are now grouped under
`.DocSearch-Footer-Actions`, with new `.DocSearch-ByAlgolia*` and
`.DocSearch-DocsMCPAction` styles
- `AlgoliaLogo` is replaced by `DocSearchByAlgolia` and `AlgoliaWordMark`, with
new `DocSearchMarkIcon` and `PlusIcon` icon exports
- `footer.poweredByText` and `footer.searchByText` are removed in favour of
`footer.addDocsMCPText` and `footer.byAlgoliaAriaLabel`
- The Sidepanel `translations.logo` object is replaced by the
`translations.byAlgoliaAriaLabel` string
If you override these footer or Sidepanel translations, or style any of the
removed selectors, update them accordingly.