Skip to content

Commit

Permalink
refactor: remove debug plugin
Browse files Browse the repository at this point in the history
BREAKING CHANGE: `@vuepress/plugin-debug` package has been removed
  • Loading branch information
meteorlxy committed Jan 20, 2022
1 parent a19d945 commit f8481eb
Show file tree
Hide file tree
Showing 20 changed files with 0 additions and 575 deletions.
1 change: 0 additions & 1 deletion docs/.vuepress/config.ts
Expand Up @@ -154,7 +154,6 @@ export default defineUserConfig<DefaultThemeOptions>({
},

plugins: [
['@vuepress/plugin-debug'],
[
'@vuepress/plugin-docsearch',
{
Expand Down
1 change: 0 additions & 1 deletion docs/.vuepress/configs/navbar/en.ts
Expand Up @@ -85,7 +85,6 @@ export const en: NavbarConfig = [
text: 'Theme Development',
children: [
'/reference/plugin/active-header-links.md',
'/reference/plugin/debug.md',
'/reference/plugin/git.md',
'/reference/plugin/palette.md',
'/reference/plugin/theme-data.md',
Expand Down
1 change: 0 additions & 1 deletion docs/.vuepress/configs/navbar/zh.ts
Expand Up @@ -82,7 +82,6 @@ export const zh: NavbarConfig = [
text: '主题开发',
children: [
'/zh/reference/plugin/active-header-links.md',
'/zh/reference/plugin/debug.md',
'/zh/reference/plugin/git.md',
'/zh/reference/plugin/palette.md',
'/zh/reference/plugin/theme-data.md',
Expand Down
1 change: 0 additions & 1 deletion docs/.vuepress/configs/sidebar/en.ts
Expand Up @@ -114,7 +114,6 @@ export const en: SidebarConfig = {
text: 'Theme Development',
children: [
'/reference/plugin/active-header-links.md',
'/reference/plugin/debug.md',
'/reference/plugin/git.md',
'/reference/plugin/palette.md',
'/reference/plugin/theme-data.md',
Expand Down
1 change: 0 additions & 1 deletion docs/.vuepress/configs/sidebar/zh.ts
Expand Up @@ -117,7 +117,6 @@ export const zh: SidebarConfig = {
text: '主题开发',
children: [
'/zh/reference/plugin/active-header-links.md',
'/zh/reference/plugin/debug.md',
'/zh/reference/plugin/git.md',
'/zh/reference/plugin/palette.md',
'/zh/reference/plugin/theme-data.md',
Expand Down
11 changes: 0 additions & 11 deletions docs/reference/plugin/debug.md

This file was deleted.

11 changes: 0 additions & 11 deletions docs/zh/reference/plugin/debug.md

This file was deleted.

Expand Up @@ -13,7 +13,6 @@ const clientPackages = [
'@vuepress/plugin-active-header-links',
'@vuepress/plugin-back-to-top',
'@vuepress/plugin-container',
'@vuepress/plugin-debug',
'@vuepress/plugin-docsearch',
'@vuepress/plugin-external-link-icon',
'@vuepress/plugin-git',
Expand Down
1 change: 0 additions & 1 deletion packages/@vuepress/cli/src/commands/info.ts
Expand Up @@ -21,7 +21,6 @@ export const info = async (): Promise<void> => {
'@vuepress/plugin-active-header-links',
'@vuepress/plugin-back-to-top',
'@vuepress/plugin-container',
'@vuepress/plugin-debug',
'@vuepress/plugin-docsearch',
'@vuepress/plugin-external-link-icon',
'@vuepress/plugin-git',
Expand Down

0 comments on commit f8481eb

Please sign in to comment.