module.exports = { 'cncf.io': { _name: 'CNCF', '.': [ { title: 'Blog', docs: 'https://docs.rsshub.app/routes/programming#cncf', source: ['/blog'], target: '/cncf/blog', }, { title: 'News', docs: 'https://docs.rsshub.app/routes/programming#cncf', source: ['/news'], target: '/cncf/news', }, { title: 'Announcements', docs: 'https://docs.rsshub.app/routes/programming#cncf', source: ['/announcements'], target: '/cncf/announcements', }, { title: 'Reports', docs: 'https://docs.rsshub.app/routes/programming#cncf', source: ['/reports'], target: '/cncf/reports', }, ], }, };