Skip to content

Commit f8481eb

Browse files
committed
refactor: remove debug plugin
BREAKING CHANGE: `@vuepress/plugin-debug` package has been removed
1 parent a19d945 commit f8481eb

File tree

20 files changed

+0
-575
lines changed

20 files changed

+0
-575
lines changed

docs/.vuepress/config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,6 @@ export default defineUserConfig<DefaultThemeOptions>({
154154
},
155155

156156
plugins: [
157-
['@vuepress/plugin-debug'],
158157
[
159158
'@vuepress/plugin-docsearch',
160159
{

docs/.vuepress/configs/navbar/en.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@ export const en: NavbarConfig = [
8585
text: 'Theme Development',
8686
children: [
8787
'/reference/plugin/active-header-links.md',
88-
'/reference/plugin/debug.md',
8988
'/reference/plugin/git.md',
9089
'/reference/plugin/palette.md',
9190
'/reference/plugin/theme-data.md',

docs/.vuepress/configs/navbar/zh.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ export const zh: NavbarConfig = [
8282
text: '主题开发',
8383
children: [
8484
'/zh/reference/plugin/active-header-links.md',
85-
'/zh/reference/plugin/debug.md',
8685
'/zh/reference/plugin/git.md',
8786
'/zh/reference/plugin/palette.md',
8887
'/zh/reference/plugin/theme-data.md',

docs/.vuepress/configs/sidebar/en.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,6 @@ export const en: SidebarConfig = {
114114
text: 'Theme Development',
115115
children: [
116116
'/reference/plugin/active-header-links.md',
117-
'/reference/plugin/debug.md',
118117
'/reference/plugin/git.md',
119118
'/reference/plugin/palette.md',
120119
'/reference/plugin/theme-data.md',

docs/.vuepress/configs/sidebar/zh.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ export const zh: SidebarConfig = {
117117
text: '主题开发',
118118
children: [
119119
'/zh/reference/plugin/active-header-links.md',
120-
'/zh/reference/plugin/debug.md',
121120
'/zh/reference/plugin/git.md',
122121
'/zh/reference/plugin/palette.md',
123122
'/zh/reference/plugin/theme-data.md',

docs/reference/plugin/debug.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

docs/zh/reference/plugin/debug.md

Lines changed: 0 additions & 11 deletions
This file was deleted.

packages/@vuepress/bundler-vite/src/plugins/createMainPlugin.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ const clientPackages = [
1313
'@vuepress/plugin-active-header-links',
1414
'@vuepress/plugin-back-to-top',
1515
'@vuepress/plugin-container',
16-
'@vuepress/plugin-debug',
1716
'@vuepress/plugin-docsearch',
1817
'@vuepress/plugin-external-link-icon',
1918
'@vuepress/plugin-git',

packages/@vuepress/cli/src/commands/info.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ export const info = async (): Promise<void> => {
2121
'@vuepress/plugin-active-header-links',
2222
'@vuepress/plugin-back-to-top',
2323
'@vuepress/plugin-container',
24-
'@vuepress/plugin-debug',
2524
'@vuepress/plugin-docsearch',
2625
'@vuepress/plugin-external-link-icon',
2726
'@vuepress/plugin-git',

0 commit comments

Comments
 (0)