mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-02 01:58:11 +08:00
14 lines
331 B
JavaScript
14 lines
331 B
JavaScript
module.exports = {
|
|
'apache.org': {
|
|
_name: 'Apache',
|
|
apisix: [
|
|
{
|
|
title: 'APISIX 博客',
|
|
docs: 'https://docs.rsshub.app/routes/blog#apache',
|
|
source: ['/zh/blog'],
|
|
target: () => '/apache/apisix/blog',
|
|
},
|
|
],
|
|
},
|
|
};
|