2
0
Fork 1

Wechsel zu Docusaurus | Moving to docusaurus for writing the documentation #34

Zusammengeführt
nickslowinski hat 13 Commits von docusaurus nach main 2023-09-09 15:38:46 +02:00 zusammengeführt
Nur Änderungen aus Commit 6472d22f10 werden angezeigt - Alle Commits anzeigen

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