mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-01 17:48:15 +08:00
14 lines
344 B
JavaScript
14 lines
344 B
JavaScript
module.exports = {
|
|
'cloudnative.to': {
|
|
_name: '云原生社区',
|
|
'.': [
|
|
{
|
|
title: '博客',
|
|
docs: 'https://docs.rsshub.app/routes/blog#yun-yuan-sheng-she-qu',
|
|
source: ['/blog'],
|
|
target: () => '/cloudnative/blog',
|
|
},
|
|
],
|
|
},
|
|
};
|