Files
RSSHub/lib/v2/apache/radar.js
Desmond Stonie afcd21b3b3 feat(route): add Apache APISIX 博客 & 云原生社区博客 & 支流科技博客 (#12294)
* 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
2023-04-16 03:40:36 +08:00

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',
},
],
},
};