Update docs
All checks were successful
Deploy Docs to Synology / deploy (push) Successful in 3s

This commit is contained in:
2026-04-25 20:28:38 +02:00
parent de4b09324d
commit f4654a938a
20 changed files with 2120 additions and 1202 deletions

View File

@@ -2,18 +2,19 @@
* **Introduction**
* [Installation](install.md)
* [Examples](examples.md)
* [Vite Plugin](vite/plugin.md)
* **API Reference**
* [Quick Start](api/quick.md)
* [Signals & Proxies](api/signal.md)
* [Watch](api/watch.md)
* [If](api/if.md)
* [For](api/for.md)
* [Router](api/router.md)
* [Mount](api/mount.md)
* [Tag](api/html.md)
* [watch](api/watch.md)
* [when](api/when.md)
* [each](api/each.md)
* [router](api/router.md)
* [fx](api/fx.md)
* [req](api/req.md)
* [mount](api/mount.md)
* [h](api/h.md)
* [Tags](api/tags.md)
* [Global Store](api/global.md)
* [JSX Style](api/jsx.md)