@@ -39,18 +39,27 @@ export default defineConfigWithTheme<DefaultTheme.Config>({
39
39
collapsed : true ,
40
40
items : [
41
41
{ link : '/codebase/monorepo/' , text : 'Monorepo' } ,
42
- { collapsed : true , items : [
43
- { link : '/codebase/packages/config-tailwind' , text : '@stack/config-tailwind' } ,
44
- { link : '/codebase/packages/supabase' , text : '@stack/supabase' } ,
45
- { link : '/codebase/packages/actions' , text : '@stack/actions' } ,
46
- { link : '/codebase/packages/layouts' , text : '@stack/layouts' } ,
47
- { link : '/codebase/packages/ui' , text : '@stack/ui' } ,
48
- { link : '/codebase/packages/utils' , text : '@stack/utils' }
49
- ] , text : 'Packages' } ,
50
- { collapsed : true , items : [
51
- { link : '/codebase/apps/finance' , text : '@stack/finance' } ,
52
- { link : '/codebase/apps/i18n' , text : '@stack/i18n' }
53
- ] , text : 'Apps' } ,
42
+ { link : '/codebase/styles' , text : 'Styles' } ,
43
+ {
44
+ collapsed : true ,
45
+ items : [
46
+ { link : '/codebase/packages/config-tailwind' , text : '@stack/config-tailwind' } ,
47
+ { link : '/codebase/packages/supabase' , text : '@stack/supabase' } ,
48
+ { link : '/codebase/packages/actions' , text : '@stack/actions' } ,
49
+ { link : '/codebase/packages/layouts' , text : '@stack/layouts' } ,
50
+ { link : '/codebase/packages/ui' , text : '@stack/ui' } ,
51
+ { link : '/codebase/packages/utils' , text : '@stack/utils' }
52
+ ] ,
53
+ text : 'Packages'
54
+ } ,
55
+ {
56
+ collapsed : true ,
57
+ items : [
58
+ { link : '/codebase/apps/finance' , text : '@stack/finance' } ,
59
+ { link : '/codebase/apps/i18n' , text : '@stack/i18n' }
60
+ ] ,
61
+ text : 'Apps'
62
+ } ,
54
63
{ link : '/codebase/turbo' , text : 'Turbo' } ,
55
64
{ link : '/codebase/supabase' , text : 'Supabase' }
56
65
] ,
0 commit comments