Skip to content

Commit c900057

Browse files
committed
add leave notice and changelog link to docs
1 parent 16d616b commit c900057

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

docs/.vuepress/config.js

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,15 @@ module.exports = {
55
base: '/vue-cli-plugin-electron-builder/',
66
head: [['link', { rel: 'shortcut icon', href: '/favicon.ico' }]],
77
themeConfig: {
8-
nav: [{ text: 'Home', link: '/' }, { text: 'Guide', link: '/guide/' }],
8+
nav: [
9+
{ text: 'Home', link: '/' },
10+
{ text: 'Guide', link: '/guide/' },
11+
{
12+
text: 'Changelog',
13+
link:
14+
'https://github.com/nklayman/vue-cli-plugin-electron-builder/releases'
15+
}
16+
],
917
sidebar: {
1018
'/guide/': [
1119
'',

docs/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,7 @@ footer: MIT Licensed | Copyright © 2018-present Noah Klayman
1818
AppVeyor build status: [![Build status](https://ci.appveyor.com/api/projects/status/tyrr8kemli4vfll7?svg=true)](https://ci.appveyor.com/project/nklayman/vue-cli-plugin-electron-builder)
1919

2020
</centered-markdown>
21+
22+
:::warning Notice
23+
I will be camping from July 8 - July 21st. During this time, I will be unable to respond to or view issues and pull requests. I apologize for any inconvenience this may cause you.
24+
:::

0 commit comments

Comments
 (0)