@@ -10,7 +10,25 @@ export default defineConfig({
1010 { text : 'Top' , link : '/' } ,
1111 { text : 'CSS' , link : '/css/getting-started' } ,
1212 { text : 'Peatix' , link : '/peatix/csv-usage' } ,
13- { text : 'Supabase' , link : '/supabase/getting-started' } ,
13+ {
14+ text : 'Supabase' ,
15+ items : [
16+ {
17+ text : 'Getting Started' ,
18+ link : '/supabase/getting-started' ,
19+ } ,
20+ {
21+ text : 'Database' ,
22+ items : [
23+ { text : 'Speaker, Paneler' , link : '/supabase/db/speaker' } ,
24+ { text : 'Sponsor' , link : '/supabase/db/sponsor' } ,
25+ { text : 'Job for jobboard' , link : '/supabase/db/job' } ,
26+ { text : 'Attendee for namecard' , link : '/supabase/db/attendee' } ,
27+ { text : 'Staff (Core, Volunteer)' , link : '/supabase/db/staff' } ,
28+ ] ,
29+ } ,
30+ ] ,
31+ } ,
1432 ] ,
1533
1634 sidebar : [
@@ -19,7 +37,25 @@ export default defineConfig({
1937 items : [
2038 { text : 'CSS' , link : '/css/getting-started' } ,
2139 { text : 'Peatix' , link : '/peatix/csv-usage' } ,
22- { text : 'Supabase' , link : '/supabase/getting-started' } ,
40+ {
41+ text : 'Supabase' ,
42+ items : [
43+ {
44+ text : 'Getting Started' ,
45+ link : '/supabase/getting-started' ,
46+ } ,
47+ {
48+ text : 'Database' ,
49+ items : [
50+ { text : 'Speaker, Paneler' , link : '/supabase/db/speaker' } ,
51+ { text : 'Sponsor' , link : '/supabase/db/sponsor' } ,
52+ { text : 'Job for jobboard' , link : '/supabase/db/job' } ,
53+ { text : 'Attendee for namecard' , link : '/supabase/db/attendee' } ,
54+ { text : 'Staff (Core, Volunteer)' , link : '/supabase/db/staff' } ,
55+ ] ,
56+ } ,
57+ ] ,
58+ } ,
2359 ] ,
2460 } ,
2561 ] ,
0 commit comments