Updating config
Dieser Commit ist enthalten in:
Ursprung
816c441d15
Commit
6472d22f10
1 geänderte Dateien mit 7 neuen und 1 gelöschten Zeilen
|
@ -11,7 +11,7 @@ const config = {
|
|||
favicon: 'img/favicon.ico',
|
||||
|
||||
// Set the production url of your site here
|
||||
url: 'https://your-docusaurus-test-site.com',
|
||||
url: 'https://docs.nick-slowinski.de',
|
||||
// Set the /<baseUrl>/ pathname under which your site is served
|
||||
// For GitHub pages deployment, it is often '/<projectName>/'
|
||||
baseUrl: '/',
|
||||
|
@ -133,6 +133,12 @@ const config = {
|
|||
theme: lightCodeTheme,
|
||||
darkTheme: darkCodeTheme,
|
||||
},
|
||||
docs: {
|
||||
sidebar: {
|
||||
hideable: true,
|
||||
autoCollapseCategories: true,
|
||||
},
|
||||
},
|
||||
}),
|
||||
};
|
||||
|
||||
|
|
Laden …
In neuem Issue referenzieren