mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-01 01:28:08 +08:00
32 lines
955 B
JavaScript
32 lines
955 B
JavaScript
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',
|
|
},
|
|
],
|
|
},
|
|
};
|