mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-05 04:11:26 +08:00
* Add a new router for fx-markets.com * Correct link to doc in radar definition * Add en docs for fx-markets.com * Update docs section title as suggested * Use parseDate instead of date; remove unnecessary async as suggested
32 lines
1.0 KiB
JavaScript
32 lines
1.0 KiB
JavaScript
module.exports = {
|
|
'fx-markets.com': {
|
|
_name: 'FX-Markets',
|
|
'.': [
|
|
{
|
|
title: 'Trading',
|
|
docs: 'https://docs.rsshub.app/finance.html#fx-markets',
|
|
source: '/trading',
|
|
target: '/fx-markets/trading',
|
|
},
|
|
{
|
|
title: 'Infrastructure',
|
|
docs: 'https://docs.rsshub.app/finance.html#fx-markets',
|
|
source: '/infrastructure',
|
|
target: '/fx-markets/infrastructure',
|
|
},
|
|
{
|
|
title: 'Tech and Data',
|
|
docs: 'https://docs.rsshub.app/finance.html#fx-markets',
|
|
source: '/tech-and-data',
|
|
target: '/fx-markets/tech-and-data',
|
|
},
|
|
{
|
|
title: 'Regulation',
|
|
docs: 'https://docs.rsshub.app/finance.html#fx-markets',
|
|
source: '/regulation',
|
|
target: '/fx-markets/regulation',
|
|
},
|
|
],
|
|
},
|
|
};
|