Skip to content

Commit

Permalink
docs: fix browser exporter related parts
Browse files Browse the repository at this point in the history
  • Loading branch information
KermanX committed Dec 17, 2024
1 parent 8f15b8c commit 3b353e3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/guide/exporting.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ Usually the slides are displayed in a web browser, but you can also export them

However, interactive features in your slides may not be available in the exported files. You can build and host your slides as a web application to keep the interactivity. See [Building and Hosting](./hosting) for more information.

## The Exporting UI <Badge> Recommended </Badge> {#ui}
## The Browser Exporter <Badge> Recommended </Badge> {#browser}

> Available since v0.50.0-beta.11
Slidev provides a UI for exporting your slides. You can access it by clicking the "Export" button in "More options" menu in the [navigation bar](./ui#navigation-bar), or go to `http://localhost:<port>/export` directly.
Slidev provides a UI in the browser for exporting your slides. You can access it by clicking the "Export" button in "More options" menu in the [navigation bar](./ui#navigation-bar), or go to `http://localhost:<port>/export` directly.

In the UI, you can export the slides as PDF, or capture the slides as images and download them as a PPTX or zip file.

Expand Down
9 changes: 5 additions & 4 deletions docs/guide/ui.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,9 @@ In Play mode, move your mouse to the bottom left corner of the page, you can see
| <kbd>d</kbd> | <carbon-sun class="inline-icon-btn"/> <carbon-moon class="inline-icon-btn"/> | Toggle dark mode |
| - | <carbon-user-avatar class="inline-icon-btn"/> | Toggle [Camera View](../features/recording#camera-view) |
| - | <carbon-video class="inline-icon-btn"/> | Start <LinkInline link="features/recording" /> |
| - | <carbon-user-speaker class="inline-icon-btn"/> | Enter [Presenter Mode](../guide/ui#presenter-mode) |
| - | <carbon-edit class="inline-icon-btn"/> | Toggle <LinkInline link="features/side-editor" /> |
| - | <carbon-user-speaker class="inline-icon-btn"/> | Enter [Presenter Mode](#presenter-mode) |
| - | <carbon-text-annotation-toggle class="inline-icon-btn"/> | Toggle <LinkInline link="features/side-editor" /> |
| - | <carbon-document-pdf class="inline-icon-btn"/> | Enter [Browser Exporter](#exporter) |
| - | <carbon-download class="inline-icon-btn"/> | Download PDF. See <LinkInline link="features/build-with-pdf" /> |
| - | <carbon-information class="inline-icon-btn"/> | Show information about the slides |
| - | <carbon-settings-adjust class="inline-icon-btn"/> | More options |
Expand Down Expand Up @@ -72,11 +73,11 @@ See:

<LinkCard link="features/recording"/>

## Exporting UI {#exporting}
## Browser Exporter {#exporter}

See:

<LinkCard link="guide/exporting#ui"/>
<LinkCard link="guide/exporting#browser"/>

## Global Layers {#global-layers}

Expand Down

0 comments on commit 3b353e3

Please sign in to comment.