Skip to content

Commit

Permalink
Update Docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AzonInc committed Aug 27, 2024
1 parent a1ec6b8 commit 807c999
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/.vitepress/config/de.mts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ function nav(): DefaultTheme.NavItem[] {
activeMatch: '/de/guide/'
},
{
text: 'Referenzen',
text: 'Referenz',
link: '/de/reference/entities',
activeMatch: '/de/reference/'
},
Expand Down Expand Up @@ -145,7 +145,7 @@ function sidebarGuide(): DefaultTheme.SidebarItem[] {
function sidebarReference(): DefaultTheme.SidebarItem[] {
return [
{
text: 'Referenzen',
text: 'Referenz',
items: [
{ text: 'Entitäten', link: 'entities' },
{ text: 'GPIO Pinbelegung', link: 'gpio' },
Expand Down

0 comments on commit 807c999

Please sign in to comment.