@@ -23,15 +23,19 @@ export const menuNavLinks: Record<string, Array<{ title: string; list: List }>>
23
23
href : '/docs/transitions' ,
24
24
label : 'Transitions' ,
25
25
keywords : 'transition, transitions, blur, fade, fly, slide, scale, draw, crossfade, prefers, reduced, motion'
26
+ } ,
27
+ {
28
+ href : '/docs/dark-mode' ,
29
+ label : 'Dark Mode' ,
30
+ keywords : 'light, dark, toggle, prefer, color, scheme, lightswitch'
26
31
}
27
32
]
28
33
} ,
29
34
{
30
35
title : 'Resources' ,
31
36
list : [
32
37
{ href : '/docs/generator' , label : 'Theme Generator' , keywords : 'create, custom, style, css, design' } ,
33
- { href : '/docs/figma' , label : 'Figma' , keywords : 'figma, design, mock, wireframe, ui, kit' } , // , badge: 'New'
34
- { href : '/docs/purgecss' , label : 'PurgeCSS' , keywords : 'purgecss, vite, tree, shaking, bundle, optimize' } ,
38
+ { href : '/docs/figma' , label : 'Figma' , keywords : 'figma, design, mock, wireframe, ui, kit' } ,
35
39
{ href : '/docs/contributing' , label : 'Contributing' , keywords : 'branch, pr' } ,
36
40
{
37
41
href : '/docs/sponsorship' ,
@@ -43,8 +47,9 @@ export const menuNavLinks: Record<string, Array<{ title: string; list: List }>>
43
47
{
44
48
title : 'Integrations' ,
45
49
list : [
50
+ { href : '/docs/purgecss' , label : 'PurgeCSS' , keywords : 'purgecss, vite, tree, shaking, bundle, optimize' } ,
46
51
{ href : '/docs/tauri' , label : 'Tauri' , keywords : 'Tauri, desktop, setup, install' } ,
47
- { href : '/docs/ssd' , label : 'Datatables' , keywords : 'datatables, tables, datagrid, simple' , badge : 'New' }
52
+ { href : '/docs/ssd' , label : 'Datatables' , keywords : 'datatables, tables, datagrid, simple' } // badge: 'New'
48
53
]
49
54
}
50
55
] ,
@@ -105,7 +110,6 @@ export const menuNavLinks: Record<string, Array<{ title: string; list: List }>>
105
110
{ href : '/components/accordions' , label : 'Accordions' , keywords : 'collapse' } ,
106
111
{ href : '/components/app-bar' , label : 'App Bar' , keywords : 'header, top, bar, title' } ,
107
112
{ href : '/components/app-rail' , label : 'App Rail' , keywords : 'nav, navigation, tile, sidebar' } ,
108
- { href : '/components/app-shell' , label : 'App Shell' , keywords : 'layout, header, footer, sidebar, page, content' } ,
109
113
{ href : '/components/autocomplete' , label : 'Autocomplete' , keywords : 'input, filter, fuzzy, auto, complete, suggest' } ,
110
114
{ href : '/components/avatars' , label : 'Avatars' , keywords : 'image, initial, filter' } ,
111
115
{ href : '/components/conic-gradients' , label : 'Conic Gradients' , keywords : 'chart, graph, circle, pie, spinner, legend' } ,
@@ -120,10 +124,22 @@ export const menuNavLinks: Record<string, Array<{ title: string; list: List }>>
120
124
{ href : '/components/radio-groups' , label : 'Radio Groups' , keywords : 'input, form, select, selection' } ,
121
125
{ href : '/components/range-sliders' , label : 'Range Sliders' , keywords : 'value, min, max, step,, tick, input, form' } ,
122
126
{ href : '/components/slide-toggles' , label : 'Slide Toggles' , keywords : 'check, checkbox, toggle, input, form' } ,
123
- { href : '/components/steppers' , label : 'Steppers' , keywords : 'intro, onboard, onboarding, form, progress' } ,
124
127
{ href : '/components/tabs' , label : 'Tabs' , keywords : 'select, selection, panel' } ,
125
- { href : '/components/tables' , label : 'Tables' , keywords : 'data, entry' } ,
126
- { href : '/components/tree-views' , label : 'Tree Views' , keywords : 'tree, view, node' , badge : 'Beta' }
128
+ { href : '/components/tree-views' , label : 'Tree Views' , keywords : 'tree, view, node' }
129
+ ]
130
+ } ,
131
+ // Deprecated
132
+ {
133
+ title : '' ,
134
+ list : [
135
+ {
136
+ href : '/components/app-shell' ,
137
+ label : 'App Shell' ,
138
+ keywords : 'layout, header, footer, sidebar, page, content' ,
139
+ badge : 'Deprecated'
140
+ } ,
141
+ { href : '/components/tables' , label : 'Tables' , keywords : 'data, entry' , badge : 'Deprecated' } ,
142
+ { href : '/components/steppers' , label : 'Steppers' , keywords : 'intro, onboard, onboarding, form, progress' , badge : 'Deprecated' }
127
143
]
128
144
}
129
145
] ,
@@ -133,8 +149,6 @@ export const menuNavLinks: Record<string, Array<{ title: string; list: List }>>
133
149
list : [
134
150
{ href : '/utilities/codeblocks' , label : 'Code Blocks' , keywords : 'highlight, syntax, code' } ,
135
151
{ href : '/utilities/drawers' , label : 'Drawers' , keywords : 'overlay, slide, panel, sidebar' } ,
136
- { href : '/utilities/lightswitches' , label : 'Lightswitch' , keywords : 'light, dark, toggle, prefer, color, scheme' } ,
137
- { href : '/utilities/local-storage-stores' , label : 'Local Storage Stores' , keywords : 'svelte, writable, get, cache, persist' } ,
138
152
{
139
153
href : '/utilities/modals' ,
140
154
label : 'Modals' ,
@@ -143,8 +157,18 @@ export const menuNavLinks: Record<string, Array<{ title: string; list: List }>>
143
157
{ href : '/utilities/popups' , label : 'Popups' , keywords : 'menu, tooltip, overlay, dropdown, combobox, drop, down, select' } ,
144
158
{ href : '/utilities/toasts' , label : 'Toasts' , keywords : 'overlay, snack, snackbar, bar, action, alert, notification' } ,
145
159
{ href : '/utilities/table-of-contents' , label : 'Table of Contents' , keywords : 'page, results, links, navigation' }
146
- // DELISTED UNTIL FURTHER NOTICE
147
- // { href: '/utilities/data-tables', label: 'Data Tables', keywords: 'search, sort, page, pagination, async', badge: 'Experimental' }
160
+ ]
161
+ } ,
162
+ // Deprecated
163
+ {
164
+ title : '' ,
165
+ list : [
166
+ {
167
+ href : '/utilities/local-storage-stores' ,
168
+ label : 'Persisted Store' ,
169
+ keywords : 'svelte, writable, get, cache, persist' ,
170
+ badge : 'Deprecated'
171
+ }
148
172
]
149
173
}
150
174
]
0 commit comments