Files
RSSHub/lib/v2/gitpod/radar.js
Tony bf9be2fa3d feat(route): add gitpod (#9306)
feat(route): gitpod
2022-03-12 04:52:04 +08:00

20 lines
545 B
JavaScript

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