mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-06 03:11:22 +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/': [
|
'/application/': [
|
||||||
{
|
{
|
||||||
text: 'markdown-it-katex',
|
text: 'markdown-it-katex',
|
||||||
collapsed: true,
|
collapsed: false,
|
||||||
items: [
|
items: [
|
||||||
{ text: '1: How to use?', link: '/application/markdown-it-katex/index' },
|
{ text: '1: How to use?', link: '/application/markdown-it-katex/index' },
|
||||||
{ text: '2: KaTeX supported functions', link: '/application/markdown-it-katex/support-function' },
|
{ text: '2: KaTeX supported functions', link: '/application/markdown-it-katex/support-function' },
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user