Skip to content

Commit becba88

Browse files
committed
Fix the getting started documentation to put in the stuff that is currently in the documentation
1 parent eb0c672 commit becba88

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

website/src/content/docs/snippet/customizing-ui.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -391,3 +391,4 @@ commands.registerCommand({
391391
});
392392
```
393393
394+

website/src/content/docs/snippet/getting-started.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)