Files
RSSHub/docs/.vuepress/config.js
2018-07-28 20:46:09 +08:00

38 lines
912 B
JavaScript

module.exports = {
title: 'RSSHub',
description: '🍰 万物皆可 RSS',
ga: 'UA-48084758-10',
serviceWorker: true,
themeConfig: {
repo: 'DIYgod/RSSHub',
editLinks: true,
editLinkText: '在 GitHub 上编辑此页',
lastUpdated: '上次更新',
serviceWorker: {
updatePopup: {
message: '发现新内容可用',
buttonText: '刷新',
},
},
docsDir: 'docs',
nav: [
{
text: '使用',
link: '/',
},
{
text: '参与我们',
link: '/joinus/',
},
{
text: '部署',
link: '/install/',
},
{
text: '支持 RSSHub',
link: '/support/',
},
],
},
};