Files
RSSHub/docs/.vuepress/nav/zh.js
2021-05-08 17:47:22 -04:00

38 lines
825 B
JavaScript

module.exports = [
{
text: '指南',
link: '/',
},
{
text: '参与我们',
ariaLabel: '参与我们',
items: [
{
text: '快速开始',
link: '/joinus/quick-start',
},
{
text: '详细规范',
items: [
{
text: '日期处理',
link: '/joinus/pub-date',
},
{
text: '使用缓存',
link: '/joinus/use-cache',
},
],
},
],
},
{
text: '部署',
link: '/install/',
},
{
text: '支持 RSSHub',
link: '/support/',
},
];