Skip to content

Commit a173f75

Browse files
author
litongjava
committed
remove vuepress-plugin-auto-catalog
1 parent 0d7a49b commit a173f75

File tree

2 files changed

+3
-338
lines changed

2 files changed

+3
-338
lines changed

docs/.vuepress/config/plugins.js

+3-4
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// import { pwaPlugin } from "@vuepress/plugin-pwa";
33
import { seoPlugin } from "@vuepress/plugin-seo";
44
import { searchProPlugin } from "vuepress-plugin-search-pro";
5-
import { autoCatalogPlugin } from "vuepress-plugin-auto-catalog";
65
export default [
76
// searchPlugin({}),
87
// pwaPlugin({}),
@@ -13,7 +12,7 @@ export default [
1312
searchProPlugin({
1413
// your options
1514
}),
16-
autoCatalogPlugin({
17-
//插件选项
18-
}),
15+
// autoCatalogPlugin({
16+
// //插件选项
17+
// }),
1918
];

0 commit comments

Comments
 (0)