mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-06 01:16:27 +00:00
chore: make sidebar not collapsible for application dir
This commit is contained in:
parent
8483a63888
commit
f5273ce0d3
@ -110,7 +110,7 @@ export const sidebar: DefaultTheme.Config['sidebar'] = {
|
||||
'/application/': [
|
||||
{
|
||||
text: 'markdown-it-katex',
|
||||
collapsed: true,
|
||||
collapsed: false,
|
||||
items: [
|
||||
{ text: '1: How to use?', link: '/application/markdown-it-katex/index' },
|
||||
{ text: '2: KaTeX supported functions', link: '/application/markdown-it-katex/support-function' },
|
||||
|
||||
Loading…
Reference in New Issue
Block a user