RSSHub/lib/v2/cloudnative/radar.js

14 lines
342 B
JavaScript

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