mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-03 18:48:12 +08:00
31 lines
724 B
JavaScript
31 lines
724 B
JavaScript
module.exports = {
|
|
title: 'RSSHub',
|
|
description: '🍰 使用 RSS 连接全世界',
|
|
ga: 'UA-48084758-10',
|
|
serviceWorker: false,
|
|
themeConfig: {
|
|
repo: 'DIYgod/RSSHub',
|
|
editLinks: true,
|
|
editLinkText: '帮助我们改善此页面!',
|
|
docsDir: 'docs',
|
|
nav: [
|
|
{
|
|
text: '使用',
|
|
link: '/',
|
|
},
|
|
{
|
|
text: '参与我们',
|
|
link: '/joinus/',
|
|
},
|
|
{
|
|
text: '部署',
|
|
link: '/install/',
|
|
},
|
|
{
|
|
text: '支持 RSSHub',
|
|
link: '/support/',
|
|
},
|
|
],
|
|
},
|
|
};
|