mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-02 18:18:06 +08:00
42 lines
988 B
JavaScript
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/',
|
|
},
|
|
];
|