mirror of
https://github.com/draussenfunker/draussenfunker.github.io.git
synced 2025-12-31 08:29:17 +00:00
Merge branch 'main' into components-test
This commit is contained in:
commit
b53f6ef402
12 changed files with 97 additions and 2 deletions
|
|
@ -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',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue