Files
RSSHub/lib/v2/gitpod/radar.js
2023-08-15 03:12:12 +01:00

20 lines
549 B
JavaScript

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