Files
RSSHub/lib/v2/mysql/radar.js
Ethan Shen ce1e74323c feat(route): add MySQL Release Notes (#9929)
* feat(route): add MySQL Release Notes

* ci: trigger build
2022-06-10 13:03:14 +08:00

14 lines
399 B
JavaScript

module.exports = {
'mysql.com': {
_name: 'MySQL',
dev: [
{
title: 'Release Notes',
docs: 'https://docs.rsshub.app/programming.html#mysql-release-notes',
source: ['/'],
target: (params, url) => `/mysql/release/${new URL(url).toString().match(/\/mysql\/(.*?)\//)[1]}`,
},
],
},
};