1
0
Fork 0

fix: Remove extra sidepanel docs folder (#2978)

This commit is contained in:
Paul Jankowski 2026-08-07 12:52:47 -04:00 committed by GitHub
parent 1bb9a0d69c
commit 25e8f7db3e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 0 additions and 36 deletions

View file

@ -1,8 +0,0 @@
---
title: Advanced sidepanel use cases
description: Configure advanced DocSearch Agent Studio sidepanel behavior.
---
See [Advanced `@docsearch/sidepanel` use cases](/docs/packages/sidepanel/advanced-use-cases) for dynamic indices, tools, memory, layout options, and programmatic control.
For JavaScript, see the [`@docsearch/sidepanel-js` API](/docs/packages/sidepanel-js/api).

View file

@ -1,9 +0,0 @@
---
title: Sidepanel API references
description: Reference the DocSearch sidepanel APIs and configuration options.
---
Choose the API reference for your application:
- [`@docsearch/sidepanel` API](/docs/packages/sidepanel/api)
- [`@docsearch/sidepanel-js` API](/docs/packages/sidepanel-js/api)

View file

@ -1,11 +0,0 @@
---
title: Get started with the sidepanel
description: Add the DocSearch Agent Studio sidepanel to your site.
---
Choose the sidepanel package for your application:
- Use [`@docsearch/sidepanel`](/docs/packages/sidepanel/getting-started) with React.
- Use [`@docsearch/sidepanel-js`](/docs/packages/sidepanel-js/getting-started) with JavaScript.
To combine the sidepanel with keyword search, follow the [Hybrid Mode guide](/docs/hybrid-mode).

View file

@ -1,8 +0,0 @@
---
title: Hybrid Mode
description: Combine DocSearch keyword search with the Agent Studio sidepanel.
---
Use [Hybrid Mode](/docs/hybrid-mode) to combine the keyword-search modal with an Agent Studio sidepanel.
The guide covers React, JavaScript, and Docusaurus integrations.