Merge branch 'main' into components-test

This commit is contained in:
julius zeidler 2022-08-10 01:34:53 +02:00
commit b53f6ef402
12 changed files with 97 additions and 2 deletions

View file

@ -14,7 +14,7 @@ module.exports = {
}),
],
theme: defaultTheme({
sidebarDepth: 0,
sidebarDepth: 2,
contributors: false,
notFound: ['Sorry, etwas ist schief gelaufen.'],
backToHome: 'Zurück zur Startseite',
@ -25,6 +25,12 @@ module.exports = {
text: 'Start',
link: '/',
},
{
text: 'DIY',
children: [
'/diy/teleskop-viertelwellen-vertical'
],
},
// NavbarGroup
{
text: 'Wissenswertes',