Files
RSSHub/lib/v2/elasticsearch-cn/radar.js
Ethan Shen df3726033b feat(route): add Elastic 中文社区 (#9925)
* feat(route): add Elastic 中文社区

* docs: fix typo

* fix: pubDate
2022-06-09 19:07:51 +08:00

14 lines
369 B
JavaScript

module.exports = {
'elasticsearch.cn': {
_name: 'Elastic 中文社区',
'.': [
{
title: '发现',
docs: 'https://docs.rsshub.app/bbs.html#elastic-zhong-wen-she-qu-fa-xian',
source: ['/:params', '/'],
target: '/elasticsearch-cn/:params',
},
],
},
};