Skip to content

Commit

Permalink
Kopfzeilenmenü überarbeitet (Administration kommt mit Untermenüs)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrodBRA committed Oct 25, 2024
1 parent fb05392 commit 300af27
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,16 @@ export default defineConfig(({ mode }) => {
text: 'Benutzerhandbücher',
items: [
{ text: 'SVWS-Client', link: '/client' },
{ text: 'Admin-Client', link: '/adminclient' },
{ text: 'Laufbahnplanung', link: '/laufbahnplanung' }
]
},
{ text: 'Administration/Entwicklung', link: '/admin'},
{ text: 'Administration/Entwicklung',
items: [
{ text: 'Installation (Todo)' },
{ text: 'Administration/Entwicklung', link: '/admin'},
{ text: 'Admin-Client', link: '/adminclient' }
]
},
{ text: 'UI-Bibliothek', link: 'https://ui.svws-nrw.de' },
{ text: 'Java-API', link: 'https://javadoc.svws-nrw.de' },
],
Expand Down

0 comments on commit 300af27

Please sign in to comment.