From 1d12718d9d21f3ee639367d7f774af0ee87c3792 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Mon, 1 Apr 2024 16:24:59 +0300 Subject: [PATCH] Removed doc --- .../v4/breakingchanges/PluginDoc.vue | 48 ------------------- pages/migration/v4/index.vue | 6 --- 2 files changed, 54 deletions(-) delete mode 100644 doc/migration/v4/breakingchanges/PluginDoc.vue diff --git a/doc/migration/v4/breakingchanges/PluginDoc.vue b/doc/migration/v4/breakingchanges/PluginDoc.vue deleted file mode 100644 index 84c203133..000000000 --- a/doc/migration/v4/breakingchanges/PluginDoc.vue +++ /dev/null @@ -1,48 +0,0 @@ - - - diff --git a/pages/migration/v4/index.vue b/pages/migration/v4/index.vue index 9136dff91..1a76404f6 100644 --- a/pages/migration/v4/index.vue +++ b/pages/migration/v4/index.vue @@ -19,7 +19,6 @@ import NewFeaturesDoc from '@/doc/migration/v4/NewFeaturesDoc.vue'; import OverviewDoc from '@/doc/migration/v4/OverviewDoc.vue'; import ComponentsDoc from '@/doc/migration/v4/breakingchanges/ComponentsDoc.vue'; -import PluginDoc from '@/doc/migration/v4/breakingchanges/PluginDoc.vue'; import StyledModeDoc from '@/doc/migration/v4/breakingchanges/StyledModeDoc.vue'; export default { @@ -40,11 +39,6 @@ export default { id: 'breakingchanges', label: 'Breaking Changes', children: [ - { - id: 'plugin', - label: 'Plugin', - component: PluginDoc - }, { id: 'styledmode', label: 'Styled Mode',