Files
RSSHub/lib/v2/apache/radar.js
2023-08-15 03:12:12 +01:00

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