Include if for in Docs

This commit is contained in:
2026-03-26 14:59:31 +01:00
parent 90ff065f6d
commit 617a5d32c6
27 changed files with 338 additions and 37 deletions

View File

@@ -42,9 +42,11 @@ export default defineConfig({
{ text: 'Quick Start', link: '/api/quick' },
{ text: '$', link: '/api/signal' },
{ text: '$.watch', link: '/api/watch' },
{ text: '$.html', link: '/api/html' },
{ text: '$.if', link: '/api/if' },
{ text: '$.for', link: '/api/for' },
{ text: '$.router', link: '/api/router' },
{ text: '$.mount', link: '/api/mount' },
{ text: '$.html', link: '/api/html' },
{ text: 'Tags', link: '/api/tags' },
]
},