help-beta: Set pagination to false.

Fixes #31250.
This commit is contained in:
Shubham Padia 2024-08-08 10:27:02 +00:00 committed by Tim Abbott
parent a746a7e784
commit b322ca4cc3
1 changed files with 1 additions and 0 deletions

View File

@ -7,6 +7,7 @@ export default defineConfig({
integrations: [
starlight({
title: 'Zulip help center',
pagination: false,
}),
],
});