@vuepress/types
Advanced tools
Comparing version 1.9.5 to 1.9.6
{ | ||
"name": "@vuepress/types", | ||
"version": "1.9.5", | ||
"version": "1.9.6", | ||
"description": "Types for VuePress", | ||
@@ -36,3 +36,3 @@ "keywords": [ | ||
}, | ||
"gitHead": "ef6f87a5cc23903b74a86cffda325abafa7fe5e8" | ||
"gitHead": "569921636c764f62bb942b72ee30b0610da8a57d" | ||
} |
@@ -137,2 +137,8 @@ import { PluginConfig4ActiveHeadLinks } from "./official-plugins"; | ||
/** | ||
* Sidebar's depth, set to 0 to disable collapsable sidebar links. | ||
* | ||
* @default 1 | ||
*/ | ||
sidebarDepth?: number; | ||
/** | ||
* Enable built-in search | ||
@@ -139,0 +145,0 @@ * |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
44373
1799