Files
RSSHub/docs/.vuepress/nav/en.js
2021-11-27 08:53:44 +00:00

42 lines
988 B
JavaScript

module.exports = [
{
text: 'Guide',
link: '/en/',
},
{
text: 'Join Us',
ariaLabel: 'Join Us',
items: [
{
text: 'Getting Started',
link: '/en/joinus/quick-start',
},
{
text: 'More details',
items: [
{
text: 'Script Standard',
link: '/en/joinus/script-standard',
},
{
text: 'Date Handling',
link: '/en/joinus/pub-date',
},
{
text: 'Use Cache',
link: '/en/joinus/use-cache',
},
],
},
],
},
{
text: 'Deploy',
link: '/en/install/',
},
{
text: 'Support RSSHub',
link: '/en/support/',
},
];