RSSHub/lib/routes/cloudnative/radar.ts

14 lines
342 B
TypeScript

export default {
'cloudnative.to': {
_name: '云原生社区',
'.': [
{
title: '博客',
docs: 'https://docs.rsshub.app/routes/blog#yun-yuan-sheng-she-qu',
source: ['/blog'],
target: () => '/cloudnative/blog',
},
],
},
};