Files
RSSHub/docs/.vuepress/nav/zh.js
NeverBehave 0792f7ba25 feat(core): first attempt to init script standard (#8224)
- lazy load
- rate limit per path
- init .debug.json support
- docs
- maintainer
- radar
2021-09-22 05:41:00 -07:00

42 lines
973 B
JavaScript

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