From 4e0817dd82e3922d12f7dbf350d200fa4676b900 Mon Sep 17 00:00:00 2001 From: Paul Jankowski <8BitTitan@gmail.com> Date: Wed, 29 Jul 2026 14:14:15 -0400 Subject: [PATCH] add changeset --- .changeset/plain-owls-wander.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .changeset/plain-owls-wander.md diff --git a/.changeset/plain-owls-wander.md b/.changeset/plain-owls-wander.md new file mode 100644 index 00000000..ea8370ea --- /dev/null +++ b/.changeset/plain-owls-wander.md @@ -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.