Skip to content

Commit 3b353e3

Browse files
committed
docs: fix browser exporter related parts
1 parent 8f15b8c commit 3b353e3

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

docs/guide/exporting.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ Usually the slides are displayed in a web browser, but you can also export them
88

99
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.
1010

11-
## The Exporting UI <Badge> Recommended </Badge> {#ui}
11+
## The Browser Exporter <Badge> Recommended </Badge> {#browser}
1212

1313
> Available since v0.50.0-beta.11
1414
15-
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.
15+
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.
1616

1717
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.
1818

docs/guide/ui.md

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

7374
<LinkCard link="features/recording"/>
7475

75-
## Exporting UI {#exporting}
76+
## Browser Exporter {#exporter}
7677

7778
See:
7879

79-
<LinkCard link="guide/exporting#ui"/>
80+
<LinkCard link="guide/exporting#browser"/>
8081

8182
## Global Layers {#global-layers}
8283

0 commit comments

Comments
 (0)