You've already forked AstralRinth
forked from didirus/AstralRinth
docs: Improve example component + Fix sidebar on mobile
This commit is contained in:
@@ -8,7 +8,16 @@ const config = defineConfig({
|
||||
dashes: 'oldschool',
|
||||
},
|
||||
|
||||
remarkPlugins: [[examples, { ExampleComponent: '$routes/_internal/components/Example.svelte' }]],
|
||||
remarkPlugins: [
|
||||
[
|
||||
examples,
|
||||
{
|
||||
defaults: {
|
||||
Wrapper: '$routes/_internal/components/Example.svelte'
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
rehypePlugins: [],
|
||||
|
||||
layout: {
|
||||
|
||||
Reference in New Issue
Block a user