Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/slidevjs/docs
[Mirrored] Documentation for Slidev
https://github.com/slidevjs/docs
docs documentation slidev vitepress
Last synced: 3 months ago
JSON representation
[Mirrored] Documentation for Slidev
- Host: GitHub
- URL: https://github.com/slidevjs/docs
- Owner: slidevjs
- Created: 2021-05-20T00:07:30.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-30T12:21:32.000Z (7 months ago)
- Last Synced: 2024-08-01T06:21:46.608Z (6 months ago)
- Topics: docs, documentation, slidev, vitepress
- Language: TypeScript
- Homepage: https://sli.dev
- Size: 14.6 MB
- Stars: 112
- Watchers: 5
- Forks: 166
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-vitepress-v1 - Slidev - Documentation for [Slidev](https://sli.dev/), Presentation Slides for Developers (:card_index_dividers: Projects Using VitePress / Projects)
- awesome - slidevjs/docs - [Mirrored] Documentation for Slidev (TypeScript)
README
# [sli.dev](https://sli.dev)
> [!IMPORTANT]
> This repository is a mirror of the `docs/` directory in [slidevjs/slidev](https://github.com/slidevjs/slidev/tree/main/docs). Mainly for other translations repositories to sync.
>
> **‼️ Please DO NOT submit pull requests here ‼️**. Instead, send them to the [main repository](https://github.com/slidevjs/slidev), and they will be synced here automatically.Mirrored documentation site for [Slidev](https://github.com/slidevjs/slidev)
## Translations
| | Repo | Site | Maintainers |
| -------------- | ---------------------------------------------- | -------------------------------: | --------------------------------------------------------------------- |
| English | [docs](https://github.com/slidevjs/slidev/tree/main/docs) | [sli.dev](https://sli.dev) | [@antfu](https://github.com/antfu) |
| 简体中文 | [docs-cn](https://github.com/slidevjs/docs-cn) | [cn.sli.dev](https://cn.sli.dev) | [@QC-L](https://github.com/QC-L) [@Ivocin](https://github.com/Ivocin) |
| Français | [docs-fr](https://github.com/slidevjs/docs-fr) | [fr.sli.dev](https://fr.sli.dev) | [@ArthurDanjou](https://github.com/ArthurDanjou) |
| Español | [docs-es](https://github.com/slidevjs/docs-es) | [es.sli.dev](https://es.sli.dev) | [@owlnai](https://github.com/owlnai) |
| Русский | [docs-ru](https://github.com/slidevjs/docs-ru) | [ru.sli.dev](https://ru.sli.dev) | [@xesjkeee](https://github.com/xesjkeee) |
| Việt Nam | [docs-vn](https://github.com/slidevjs/docs-vn) | [vn.sli.dev](https://vn.sli.dev) | [@bongudth](https://github.com/bongudth) |
| Deutsch | [docs-de](https://github.com/slidevjs/docs-de) | [de.sli.dev](https://de.sli.dev) | [@fabiankachlock](https://github.com/fabiankachlock) |
| Português (BR) | [docs-br](https://github.com/slidevjs/docs-br) | [br.sli.dev](https://br.sli.dev) | [@luisfelipesdn12](https://github.com/luisfelipesdn12) |
| Ελληνικά | [docs-el](https://github.com/slidevjs/docs-el) | [el.sli.dev](https://el.sli.dev) | [@GeopJr](https://github.com/GeopJr) |
| 日本語 | [docs-ja](https://github.com/slidevjs/docs-el) | [ja.sli.dev](https://ja.sli.dev) | [@IkumaTadokoro](https://github.com/IkumaTadokoro) |## Start Server Locally
```
npm i -g pnpmpnpm i
pnpm run dev
```And then visit `http://localhost:3000`
Or install the [Vite extension for VS Code](https://marketplace.visualstudio.com/items?itemName=antfu.vite) to edit side-by-side.
## Help on Translating
See [TRANSLATIONS.md](/TRANSLATIONS.md)