Skip to content

Commit d7b60ef

Browse files
committed
(docs) prepare for v3.0.0
1 parent 4bd8e67 commit d7b60ef

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

docs/.vuepress/config.js

+5
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ module.exports = {
3131
link:
3232
'https://github.com/MatthijsBurgh/vue-cli-plugin-electron-builder/tree/v1'
3333
},
34+
{
35+
text: 'v2.x',
36+
link:
37+
'https://github.com/MatthijsBurgh/vue-cli-plugin-electron-builder/tree/v2'
38+
},
3439
{
3540
text: 'Changelog',
3641
link:

docs/guide/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ sidebarDepth: 2
44
---
55

66
:::warning
7-
These are the docs for the v2.x.x release line, which is recommended over the v1.x version. The old docs are available [here](https://github.com/MatthijsBurgh/vue-cli-plugin-electron-builder/tree/v1/docs). To upgrade, see the [release announcement](https://github.com/nklayman/vue-cli-plugin-electron-builder/releases/tag/v2.0.0).
7+
These are the docs for the v3.x.x release line, which is recommended over the v2.x version. The old docs are available [here](https://github.com/MatthijsBurgh/vue-cli-plugin-electron-builder/tree/v2/docs). To upgrade, see the [release announcement](https://github.com/nklayman/vue-cli-plugin-electron-builder/releases/tag/v3.0.0).
88
:::
99

1010
# Quick Start

0 commit comments

Comments
 (0)