Updating config

Dieser Commit ist enthalten in:
Nick Slowinski 2023-09-09 14:57:19 +02:00
Ursprung 816c441d15
Commit 6472d22f10
Signiert von: nickslowinski
GPG-Schlüssel-ID: A28671573AA347CC

Datei anzeigen

@ -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,
},
},
}),
};