We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
activeHeaderLinks
1 parent 54bd159 commit 075ec62Copy full SHA for 075ec62
packages/@vuepress/types/src/theme-default.ts
@@ -1,3 +1,5 @@
1
+import { PluginConfig4ActiveHeadLinks } from "./official-plugins";
2
+
3
/**
4
* Navbar link item.
5
*/
@@ -254,4 +256,8 @@ export type DefaultThemeConfig = {
254
256
* Locale's select text.
255
257
258
selectText?: string;
259
+ /**
260
+ * Options for @vuepress/plugin-active-header-links.
261
+ */
262
+ activeHeaderLinks?: boolean | PluginConfig4ActiveHeadLinks;
263
};
0 commit comments