@@ -59,8 +59,8 @@ export default defineConfig({
5959 nav : [
6060 { text : 'Home' , link : '/' } ,
6161 { text : 'Guides' , link : '/guides/get-started' , activeMatch : '^/guides/' } ,
62- { text : 'Clients' , link : '/clients' , activeMatch : '^/clients/' } ,
63- { text : 'Docs' , link : '/docs' , activeMatch : '^/docs/' } ,
62+ { text : 'Clients' , link : '/clients/ ' , activeMatch : '^/clients/' } ,
63+ { text : 'Docs' , link : '/docs/ ' , activeMatch : '^/docs/' } ,
6464 {
6565 text : 'Links' ,
6666 items : [
@@ -72,6 +72,14 @@ export default defineConfig({
7272 } ,
7373 ] ,
7474
75+ socialLinks : [
76+ { icon : 'github' , link : 'https://github.com/django-files/django-files?tab=readme-ov-file#readme' } ,
77+ { icon : 'apple' , link : 'https://github.com/django-files/ios-client?tab=readme-ov-file#readme' } ,
78+ { icon : 'googleplay' , link : 'https://github.com/django-files/android-client?tab=readme-ov-file#readme' } ,
79+ { icon : 'googlechrome' , link : 'https://github.com/django-files/web-extension?tab=readme-ov-file#readme' } ,
80+ { icon : 'discord' , link : 'https://discord.gg/wXy6m2X8wY' } ,
81+ ] ,
82+
7583 sidebar : [
7684 {
7785 text : 'Guides' ,
@@ -118,14 +126,6 @@ export default defineConfig({
118126 } ,
119127 ] ,
120128
121- socialLinks : [
122- { icon : 'github' , link : 'https://github.com/django-files/django-files?tab=readme-ov-file#readme' } ,
123- { icon : 'apple' , link : 'https://github.com/django-files/ios-client?tab=readme-ov-file#readme' } ,
124- { icon : 'googleplay' , link : 'https://github.com/django-files/android-client?tab=readme-ov-file#readme' } ,
125- { icon : 'googlechrome' , link : 'https://github.com/django-files/web-extension?tab=readme-ov-file#readme' } ,
126- { icon : 'discord' , link : 'https://discord.gg/wXy6m2X8wY' } ,
127- ] ,
128-
129129 editLink : {
130130 pattern : `${ settings . docs_repo } /blob/master/docs/:path` ,
131131 text : 'View on GitHub' ,
0 commit comments