Revert "Revert "started working on the docs sidebar""

This reverts commit 121903e2b9.
This commit is contained in:
2024-02-05 20:05:45 +01:00
parent 121903e2b9
commit f1b7fdb486
11 changed files with 319 additions and 7 deletions

View File

@@ -20,7 +20,7 @@ export default defineConfig({
remarkPlugins: [remarkDirective, remarkCalloutDirectives, [remarkExternalLinks, {
target: '_blank'
}]],
drafts: true,
drafts: false,
shikiConfig: {
theme: 'dracula'
}