@@ -89,11 +89,11 @@ export default withPwa(
8989 text : 'Get Started' ,
9090 collapsed : false ,
9191 items : [
92- { text : 'Intro ' , link : '/intro' } ,
93- { text : 'Install ' , link : '/install' } ,
92+ { text : 'Introduction ' , link : '/intro' } ,
93+ { text : 'Installation ' , link : '/install' } ,
9494 { text : 'Usage' , link : '/usage' } ,
9595 { text : 'CLI' , link : '/cli' } ,
96- { text : 'Config ' , link : '/config' } ,
96+ { text : 'Configuration ' , link : '/config' } ,
9797 ] ,
9898 } ,
9999 {
@@ -119,7 +119,7 @@ export default withPwa(
119119 } ,
120120 {
121121 text : 'Rules' ,
122- collapsed : false ,
122+ collapsed : true ,
123123 items : [
124124 { text : 'Overview' , link : '/rules/overview' } ,
125125 { text : 'pickier' , link : '/rules/pickier' } ,
@@ -143,7 +143,7 @@ export default withPwa(
143143 } ,
144144 {
145145 text : 'API' ,
146- collapsed : false ,
146+ collapsed : true ,
147147 items : [
148148 { text : 'Overview' , link : '/api/overview' } ,
149149 { text : 'Programmatic Usage' , link : '/api/programmatic' } ,
@@ -153,7 +153,6 @@ export default withPwa(
153153 { text : 'API Reference' , link : '/api/reference' } ,
154154 ] ,
155155 } ,
156- { text : 'Showcase' , link : '/showcase' } ,
157156 ] ,
158157 } ,
159158
@@ -169,7 +168,7 @@ export default withPwa(
169168
170169 socialLinks : [
171170 { icon : 'twitter' , link : 'https://twitter.com/stacksjs' } ,
172- { icon : 'bluesky' , link : 'https://bsky.app/profile/chrisbreuer.dev ' } ,
171+ { icon : 'bluesky' , link : 'https://bsky.app/profile/chris-breuer.me ' } ,
173172 { icon : 'github' , link : 'https://github.com/stacksjs/pickier' } ,
174173 { icon : 'discord' , link : 'https://discord.gg/stacksjs' } ,
175174 ] ,
0 commit comments