started working on the docs sidebar

This commit is contained in:
2024-02-05 14:53:57 +01:00
parent 73d849325f
commit e5d78baad2
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'
}