docs: clarify Ask AI suggested questions (#5248)

triage
T 2 weeks ago committed by GitHub
parent cc30b10b60
commit 0100d4db7d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -291,6 +291,12 @@ export default defineConfig({
})
```
Use `askAi.sidePanel.panel.suggestedQuestions` for side panel suggested
questions. Algolia's standalone Ask AI examples also mention
`askAi.suggestedQuestions`, but that top-level option is not enough for
VitePress side panel mode and does not make the integrated keyword-search
modal display suggested questions on first open.
If you need to disable the keyboard shortcut, use the `keyboardShortcuts` option at the sidepanel root level:
```ts

Loading…
Cancel
Save