You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using this command to create my markdown files npx vuepress-jsdoc -s ./dist/src -d ./docs -f package --include=\"**/*.(ts|js)\" --exclude=\"test*,**/*.d.ts,**/interfaces.*,**/constants.*\"
but by default collapsible is false. how can I change it?
my .vuepress/config.js // Add the generated sidebar sidebar: Object.assign({}, {...sidebarTree('Package')}),
The text was updated successfully, but these errors were encountered:
I am using this command to create my markdown files
npx vuepress-jsdoc -s ./dist/src -d ./docs -f package --include=\"**/*.(ts|js)\" --exclude=\"test*,**/*.d.ts,**/interfaces.*,**/constants.*\"
it creates a sidebar tree which is of type
but by default collapsible is false. how can I change it?
my .vuepress/config.js
// Add the generated sidebar sidebar: Object.assign({}, {...sidebarTree('Package')}),
The text was updated successfully, but these errors were encountered: