mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 12:21:31 +08:00
* Add apiseven blog * Add apache apisix blog * Add cloudnative blog * Add radar.js and docs * Fix code styles * Fix code styles * Use `markdown-it` to render the description
14 lines
329 B
JavaScript
14 lines
329 B
JavaScript
module.exports = {
|
|
'apache.org': {
|
|
_name: 'Apache',
|
|
apisix: [
|
|
{
|
|
title: 'APISIX 博客',
|
|
docs: 'https://docs.rsshub.app/blog.html#apache',
|
|
source: ['/zh/blog'],
|
|
target: () => '/apache/apisix/blog',
|
|
},
|
|
],
|
|
},
|
|
};
|