Revert "started working on the docs sidebar"

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

View File

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