Skip to content

Commit 6cf71f5

Browse files
committed
fix: update links
1 parent af30fcf commit 6cf71f5

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

custom/config-vite.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ Slidev has the following plugins preconfigured:
1111
- [@vitejs/plugin-vue](https://github.com/vitejs/vite/tree/main/packages/plugin-vue)
1212
- [unplugin-vue-components](https://github.com/antfu/unplugin-vue-components)
1313
- [unplugin-icons](https://github.com/antfu/unplugin-icons)
14-
- [vite-plugin-md](https://github.com/antfu/vite-plugin-md)
15-
- [vite-plugin-windicss](https://github.com/windicss/vite-plugin-windicss)
14+
- [vite-plugin-vue-markdown](https://github.com/antfu/vite-plugin-vue-markdown)
1615
- [vite-plugin-remote-assets](https://github.com/antfu/vite-plugin-remote-assets)
16+
- [vite-plugin-windicss](https://github.com/windicss/vite-plugin-windicss)
17+
- [unocss/vite](https://github.com/unocss/unocss/tree/main/packages/vite)
1718

1819
Learn more about the [pre-configurations here](https://github.com/slidevjs/slidev/blob/main/packages/slidev/node/plugins/preset.ts).
1920

custom/directory-structure.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ your-slidev/
4848
</hello-world>
4949
```
5050

51-
This feature is powered by [`vite-plugin-components`](https://github.com/antfu/vite-plugin-components), learn more there.
51+
This feature is powered by [`unplugin-vue-components`](https://github.com/antfu/unplugin-vue-components), learn more there.
5252

5353
Slidev also provides some [built-in components](/builtin/components) for you to use.
5454

guide/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ You can learn more about the rationale behind the project in the [Why Slidev](/g
1313
- 📝 [**Markdown-based**](/guide/syntax.html) - use your favorite editors and workflow
1414
- 🧑‍💻 [**Developer Friendly**](/guide/syntax.html#code-blocks) - built-in syntax highlighting, live coding, etc.
1515
- 🎨 [**Themable**](/themes/gallery.html) - theme can be shared and used with npm packages
16-
- 🌈 [**Stylish**](/guide/syntax.html#embedded-styles) - [Windi CSS](https://windicss.org/) on-demand utilities, easy-to-use embedded stylesheets
16+
- 🌈 [**Stylish**](/guide/syntax.html#embedded-styles) - on-demand utilities via [Windi CSS](https://windicss.org/) or [UnoCSS](https://github.com/unocss/unocss).
1717
- 🤹 [**Interactive**](/custom/directory-structure.html#components) - embedding Vue components seamlessly
1818
- 🎙 [**Presenter Mode**](/guide/presenter-mode.html) - use another window, or even your phone to control your slides
1919
- 🎨 [**Drawing**](/guide/drawing.html) - draw and annotate on your slides
@@ -32,7 +32,7 @@ Slidev is made possible by combining these tools and technologies.
3232

3333
- [Vite](https://vitejs.dev) - An extremely fast frontend tooling
3434
- [Vue 3](https://v3.vuejs.org/) powered [Markdown](https://daringfireball.net/projects/markdown/syntax) - Focus on the content while having the power of HTML and Vue components whenever needed
35-
- [Windi CSS](https://github.com/windicss/windicss) - On-demand utility-first CSS framework, style your slides at ease
35+
- [Windi CSS](https://github.com/windicss/windicss) or [UnoCSS](https://github.com/unocss/unocss) - On-demand utility-first CSS framework, style your slides at ease
3636
- [Prism](https://github.com/PrismJS/prism), [Shiki](https://github.com/shikijs/shiki), [Monaco Editor](https://github.com/Microsoft/monaco-editor) - First-class code snippets support with live coding capability
3737
- [RecordRTC](https://recordrtc.org) - Built-in recording and camera view
3838
- [VueUse](https://vueuse.org) family - [`@vueuse/core`](https://github.com/vueuse/vueuse), [`@vueuse/head`](https://github.com/vueuse/head), [`@vueuse/motion`](https://github.com/vueuse/motion), etc.

0 commit comments

Comments
 (0)