@@ -33,14 +33,14 @@ export default defineConfig({
3333 [ 'meta' , { property : 'og:site_name' , content : settings . name } ] ,
3434 [ 'meta' , { property : 'og:title' , content : settings . title } ] ,
3535 [ 'meta' , { property : 'og:description' , content : settings . description . short } ] ,
36- [ 'meta' , { property : 'og:image' , content : '/images/logo-lg .png' } ] ,
36+ [ 'meta' , { property : 'og:image' , content : '/images/logo.png' } ] ,
3737 [ 'meta' , { property : 'og:image:alt' , content : settings . title } ] ,
3838
3939 [ 'meta' , { property : 'twitter:card' , content : 'summary' } ] ,
4040 [ 'meta' , { property : 'twitter:site' , content : settings . name } ] ,
4141 [ 'meta' , { property : 'twitter:title' , content : settings . title } ] ,
4242 [ 'meta' , { property : 'twitter:description' , content : settings . description . short } ] ,
43- [ 'meta' , { property : 'twitter:image' , content : '/images/logo-lg .png' } ] ,
43+ [ 'meta' , { property : 'twitter:image' , content : '/images/logo.png' } ] ,
4444 [ 'meta' , { property : 'twitter:image:alt' , content : settings . title } ] ,
4545 ] ,
4646
@@ -52,7 +52,7 @@ export default defineConfig({
5252 nav : [
5353 { text : 'Home' , link : '/' } ,
5454 { text : 'Guides' , link : '/guides/get-started' , activeMatch : '/guides/' } ,
55- { text : 'Clients' , link : '/clients/home ' , activeMatch : '/clients/' } ,
55+ { text : 'Clients' , link : '/clients' , activeMatch : '/clients/' } ,
5656 { text : 'Docs' , link : '/docs/home' , activeMatch : '/docs/' } ,
5757 {
5858 text : 'Links' ,
@@ -67,7 +67,6 @@ export default defineConfig({
6767 sidebar : [
6868 {
6969 text : 'Guides' ,
70- collapsed : false ,
7170 items : [
7271 {
7372 text : 'Get Started' ,
@@ -86,12 +85,9 @@ export default defineConfig({
8685 } ,
8786 {
8887 text : 'Clients' ,
88+ link : '/clients' ,
8989 collapsed : false ,
9090 items : [
91- {
92- text : 'Uploaders' ,
93- link : '/clients/home' ,
94- } ,
9591 {
9692 text : 'Popular' ,
9793 collapsed : false ,
@@ -115,7 +111,7 @@ export default defineConfig({
115111 } ,
116112 {
117113 text : 'Documentation' ,
118- collapsed : false ,
114+ collapsed : true ,
119115 items : [ { text : 'Home' , link : '/docs/home' } ] ,
120116 } ,
121117 ] ,
0 commit comments