File tree Expand file tree Collapse file tree
website/src/content/docs/snippet Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -391,3 +391,4 @@ commands.registerCommand({
391391});
392392` ` `
393393
394+
Original file line number Diff line number Diff line change @@ -138,10 +138,10 @@ The `config` object allows you to customize the viewer's behavior and appearance
138138| Option | Type | Description |
139139| :--- | :--- | :--- |
140140| **`src`** | `string` | URL to the PDF document to load on startup. |
141- | **`theme`** | `object` | Customize colors or set preference (`light`, `dark`, `system` ). |
142- | **`worker `** | `boolean ` | Enable/disable web workers (default: `true` ). |
143- | **`zoom `** | `object` | Configure default zoom level and limits . |
144- | **`thumbnails `** | `object` | Configure thumbnail sidebar width and behavior . |
141+ | **`theme`** | `object` | Customize colors or set preference. See [Theme](./theme ). |
142+ | **`disabledCategories `** | `string[] ` | Disable specific UI features by category. See [Customizing UI](./customizing-ui#disabling-features ). |
143+ | **`i18n `** | `object` | Configure internationalization and translations. See [I18n Plugin](./plugins/plugin-i18n) . |
144+ | **`scroll `** | `object` | Configure scroll behavior and page display modes. See [Scroll Plugin](./plugins/plugin-scroll) . |
145145
146146## Next Steps
147147
You can’t perform that action at this time.
0 commit comments