chore: make sidebar not collapsible for application dir

This commit is contained in:
andatoshiki 2023-03-03 08:47:49 +08:00
parent 8483a63888
commit f5273ce0d3

View File

@ -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' },