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/', }, ];