Skip to content

Commit

Permalink
remove vuepress-plugin-auto-catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
litongjava committed May 2, 2024
1 parent 0d7a49b commit a173f75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 338 deletions.
7 changes: 3 additions & 4 deletions docs/.vuepress/config/plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
// import { pwaPlugin } from "@vuepress/plugin-pwa";
import { seoPlugin } from "@vuepress/plugin-seo";
import { searchProPlugin } from "vuepress-plugin-search-pro";
import { autoCatalogPlugin } from "vuepress-plugin-auto-catalog";
export default [
// searchPlugin({}),
// pwaPlugin({}),
Expand All @@ -13,7 +12,7 @@ export default [
searchProPlugin({
// your options
}),
autoCatalogPlugin({
//插件选项
}),
// autoCatalogPlugin({
// //插件选项
// }),
];
Loading

0 comments on commit a173f75

Please sign in to comment.