module.exports = { 'gitpod.io': { _name: 'Gitpod', '.': [ { title: '博客', docs: 'https://docs.rsshub.app/routes/programming#gitpod', source: ['/blog', '/'], target: '/gitpod/blog', }, { title: '更新日志', docs: 'https://docs.rsshub.app/routes/programming#gitpod', source: ['/changelog', '/'], target: '/gitpod/changelog', }, ], }, };