Skip to content

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
antfu committed May 9, 2021
1 parent fefa7f1 commit 59f0e36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/.vitepress/theme/components/DarkModeSwitch.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<button aria-label="Toggle Theme" class="nav-btn" @click="toggle">
<carbon-moon v-show="isDark" />
<carbon-sun v-show="!isDark" />
<ri-moon-line v-show="isDark" />
<ri-sun-line v-show="!isDark" />
</button>
</template>

Expand Down
3 changes: 2 additions & 1 deletion docs/guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,12 @@ You can learn more about the rationale behind the project in the [Why Slidev](/g
Slidev is made possible by combining these tools and technologies.

- [Vite](https://vitejs.dev) - An extremely fast frontend tooling
- [Vue](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
- [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
- [Windi CSS](https://github.com/windicss/windicss) - On-demand utility-first CSS framework, style your slides at ease
- [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
- [RecordRTC](https://recordrtc.org) - Built-in recording and camera view
- [VueUse](https://vueuse.org) family - [`@vueuse/head`](https://github.com/vueuse/head), [`@vueuse/motion`](https://github.com/vueuse/motion), etc.
- [KaTeX](https://katex.org/) - LaTeX math rendering.

### Scaffolding Your First Presentation

Expand Down

0 comments on commit 59f0e36

Please sign in to comment.