RSSHub/lib/v2/apache/radar.js

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