@@ -7,6 +7,8 @@ export default defineConfig({
77 base : '/docs' ,
88
99 themeConfig : {
10+ logo : '/logo.svg' ,
11+
1012 socialLinks : [
1113 {
1214 icon : 'github' ,
@@ -21,10 +23,21 @@ export default defineConfig({
2123 lang : 'nl' ,
2224 themeConfig : {
2325 nav : [
24- { text : 'Studenten' , link : '/nl/user/students/' } ,
25- { text : 'Locaties' , link : '/nl/user/locations/' } ,
26- { text : 'Instellingen' , link : '/nl/user/institutions/' } ,
27- { text : 'Ontwikkelaars' , link : '/nl/dev/' } ,
26+ {
27+ text : 'Studenten' ,
28+ link : '/nl/user/students/' ,
29+ } ,
30+ {
31+ text : 'Beheerders' ,
32+ items : [
33+ { text : 'Locatiebeheerders' , link : '/nl/user/locations/' } ,
34+ { text : 'Organisatiebeheerders' , link : '/nl/user/institutions/' } ,
35+ ] ,
36+ } ,
37+ {
38+ text : 'Ontwikkelaars' ,
39+ link : '/nl/dev/' ,
40+ } ,
2841 ] ,
2942
3043 sidebar : {
@@ -119,7 +132,7 @@ export default defineConfig({
119132 items : [
120133 { text : 'Overzicht' , link : '/nl/user/institutions/' } ,
121134 {
122- text : 'Instellingstypes ' ,
135+ text : 'Organisatietypes ' ,
123136 link : '/nl/user/institutions/institution-types' ,
124137 } ,
125138 ] ,
@@ -163,7 +176,7 @@ export default defineConfig({
163176 link : '/nl/user/institutions/authorities' ,
164177 } ,
165178 {
166- text : 'Instellingstoegang ' ,
179+ text : 'Toegang beheren ' ,
167180 link : '/nl/user/institutions/institution-access' ,
168181 } ,
169182 ] ,
0 commit comments