Skip to content

Commit adf535e

Browse files
committed
docs: add v1.x/v2.0-rc.x notices
1 parent 7f922c0 commit adf535e

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

docs/.vuepress/config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ module.exports = {
1919
nav: [
2020
{ text: 'Home', link: '/' },
2121
{ text: 'Guide', link: '/guide/' },
22+
{
23+
text: 'v1.x',
24+
link:
25+
'https://github.com/nklayman/vue-cli-plugin-electron-builder/tree/v1'
26+
},
2227
{
2328
text: 'Changelog',
2429
link:

docs/guide/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ title: Quick Start
33
sidebarDepth: 2
44
---
55

6+
:::warning
7+
These are the docs for the v2.0-rc release line, which is recommended over the v1.x version. The old docs are available [here](https://github.com/nklayman/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-rc.1).
8+
:::
9+
610
# Quick Start
711

812
::: warning Important

0 commit comments

Comments
 (0)