New 1.1.3

This commit is contained in:
2026-03-26 00:39:30 +01:00
parent 5d799608a3
commit 58f6876261
121 changed files with 3038 additions and 4707 deletions

View File

@@ -40,7 +40,10 @@ export default defineConfig({
text: 'API Reference',
items: [
{ text: 'Quick Start', link: '/api/quick' },
{ text: '$', link: '/api/$' },
{ text: '$', link: '/api/signal' },
{ text: '$.effect', link: '/api/effect' },
{ text: '$.ignore', link: '/api/ignore' },
{ text: '$.view', link: '/api/view' },
{ text: '$.html', link: '/api/html' },
{ text: '$.router', link: '/api/router' },
{ text: '$.mount', link: '/api/mount' },
@@ -48,18 +51,11 @@ export default defineConfig({
]
},
{
text: 'Plugins',
text: 'UI Components',
items: [
{ text: 'Quick Start', link: '/plugins/quick' },
{ text: 'Custom', link: '/plugins/custom' },
{ text: 'Quick Start', link: '/ui/quick' }
]
},
{
text: 'Examples',
items: [
{ text: 'Demo Core', link: '/examples' }
]
}
],
socialLinks: [
{ icon: 'github', link: 'https://github.com/natxocc/sigpro' }