docs: bump Vuepress & enable sw-update popup (#2116)

This commit is contained in:
ULIVZ
2018-08-09 13:52:45 +08:00
committed by Evan You
parent 414ac5f9f2
commit 048a8fcb3b
3 changed files with 14 additions and 2 deletions
+12
View File
@@ -25,6 +25,12 @@ module.exports = {
selectText: 'Languages',
lastUpdated: 'Last Updated',
editLinkText: 'Edit this page on GitHub',
serviceWorker: {
updatePopup: {
message: "New content is available.",
buttonText: "Refresh"
}
},
nav: [
{
text: 'Guide',
@@ -108,6 +114,12 @@ module.exports = {
selectText: '选择语言',
lastUpdated: '上次编辑时间',
editLinkText: '在 GitHub 上编辑此页',
serviceWorker: {
updatePopup: {
message: "发现新内容可用",
buttonText: "刷新"
}
},
nav: [
{
text: '指南',