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

38 lines
825 B
JavaScript

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