Skip to content

Commit 552bdb7

Browse files
committed
docs(upgrading): remove old upgrade guide
1 parent dbbbb40 commit 552bdb7

File tree

3 files changed

+1
-31
lines changed

3 files changed

+1
-31
lines changed

docs/.vuepress/config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ module.exports = {
3636
'configuration',
3737
'recipes',
3838
'testingAndDebugging',
39-
'commonIssues',
40-
'upgrading'
39+
'commonIssues'
4140
]
4241
},
4342
repo: 'nklayman/vue-cli-plugin-electron-builder',

docs/guide/README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,6 @@ sidebarDepth: 2
99
Your app must be created with Vue-CLI 3 (vue create my-app), will not work with Vue-CLI 2 (vue init webpack my-app)!
1010
:::
1111

12-
::: tip Upgrade Notice
13-
These docs are for the v1.0.0 release of VCP Electron Builder. If you were previously using an older version of vue-cli-plugin-electron-builder (<1.0.0), please see the [upgrade guide](./upgrading.md) or [view the old docs](https://github.com/nklayman/vue-cli-plugin-electron-builder/tree/legacy).
14-
:::
15-
1612
## Installation
1713

1814
Open a terminal in the directory of your app created with Vue-CLI 3.

docs/guide/upgrading.md

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

0 commit comments

Comments
 (0)