Update Docs
This commit is contained in:
@@ -7,8 +7,7 @@ export default defineConfig({
|
||||
description: "Minimalist Reactive Library",
|
||||
outDir: '../../docs',
|
||||
base: isDev ? '/absproxy/5174/sigpro/' : '/sigpro/',
|
||||
|
||||
// AÑADIDO: Head para estilos
|
||||
|
||||
head: [
|
||||
['link', { rel: 'stylesheet', href: 'https://cdn.jsdelivr.net/npm/daisyui@5/dist/full.css' }]
|
||||
],
|
||||
@@ -26,18 +25,15 @@ export default defineConfig({
|
||||
logo: '/logo.svg',
|
||||
nav: [
|
||||
{ text: 'Home', link: '/' },
|
||||
{ text: 'Guide', link: '/guide/getting-started' },
|
||||
{ text: 'Install', link: '/install' },
|
||||
{ text: 'Api', link: '/api/quick' },
|
||||
// AÑADIDO: UI en nav
|
||||
{ text: 'UI', link: '/ui/introduction' },
|
||||
],
|
||||
sidebar: [
|
||||
{
|
||||
text: 'Introduction',
|
||||
items: [
|
||||
{ text: 'What is SigPro?', link: '/' },
|
||||
{ text: 'Why', link: '/guide/why' },
|
||||
{ text: 'Guide', link: '/guide/getting-started' },
|
||||
{ text: 'Installation', link: '/install' },
|
||||
{ text: 'Vite Plugin', link: '/vite/plugin' },
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -55,28 +51,13 @@ export default defineConfig({
|
||||
text: 'Plugins',
|
||||
items: [
|
||||
{ text: 'Quick Start', link: '/plugins/quick' },
|
||||
{ text: '@core UI Plugin', link: '/plugins/core.ui' },
|
||||
{ text: '@core Debug', link: '/plugins/core.debug' },
|
||||
{ text: 'Custom', link: '/plugins/custom' },
|
||||
]
|
||||
},
|
||||
{
|
||||
text: 'Vite Router Plugin',
|
||||
text: 'Examples',
|
||||
items: [
|
||||
{ text: 'Vite Plugin', link: '/vite/plugin' },
|
||||
]
|
||||
},
|
||||
{
|
||||
text: 'UI Components',
|
||||
items: [
|
||||
{ text: 'Introduction', link: '/ui/introduction' },
|
||||
{ text: 'Installation', link: '/ui/installation' },
|
||||
{ text: 'Button', link: '/ui/button' },
|
||||
{ text: 'Input', link: '/ui/input' },
|
||||
{ text: 'Form Components', link: '/ui/form' },
|
||||
{ text: 'Modal & Drawer', link: '/ui/modal' },
|
||||
{ text: 'Navigation', link: '/ui/navigation' },
|
||||
{ text: 'Layout', link: '/ui/layout' },
|
||||
{ text: 'Demo Core', link: '/examples' }
|
||||
]
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user