Change Docs to Docsify

This commit is contained in:
2026-03-27 16:23:24 +01:00
parent 506e00282b
commit d4fc935490
96 changed files with 569 additions and 30450 deletions

19
docs/_sidebar.md Normal file
View File

@@ -0,0 +1,19 @@
* [**Home**](README.md)
* **Introduction**
* [Installation](install.md)
* [Vite Plugin](vite/plugin.md)
* **API Reference**
* [Quick Start](api/quick.md)
* [$ signals](api/signal.md)
* [$watch](api/watch.md)
* [$if](api/if.md)
* [$for](api/for.md)
* [$router](api/router.md)
* [$mount](api/mount.md)
* [$html](api/html.md)
* [Tags](api/tags.md)
* **UI Components**
* [Quick Start](ui/quick.md)