mirror of
https://github.com/centau/vide.git
synced 2026-08-20 14:41:37 +00:00
Initial commit
This commit is contained in:
commit
cb002f4f27
50 changed files with 4666 additions and 0 deletions
21
docs/index.md
Normal file
21
docs/index.md
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
---
|
||||
# https://vitepress.dev/reference/default-theme-home-page
|
||||
layout: home
|
||||
|
||||
hero:
|
||||
name: Vide
|
||||
text: ""
|
||||
tagline: A declarative and reactive library for Luau.
|
||||
actions:
|
||||
- theme: brand
|
||||
text: Tutorials
|
||||
link: /tut/crash-course/1-introduction
|
||||
- theme: alt
|
||||
text: API Reference
|
||||
link: /api/reactivity-core
|
||||
|
||||
features:
|
||||
- title: In Development
|
||||
details: Do not use for production
|
||||
---
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue