36 lines
1012 B
JavaScript
36 lines
1012 B
JavaScript
module.exports = {
|
|
'misskey.io': {
|
|
_name: 'Misskey',
|
|
'.': [
|
|
{
|
|
title: 'Featured Notes',
|
|
docs: 'https://docs.rsshub.app/routes/social-media#misskey',
|
|
source: ['/explore'],
|
|
target: '/misskey/notes/featured/misskey.io',
|
|
},
|
|
],
|
|
},
|
|
'madost.one': {
|
|
_name: 'Misskey',
|
|
'.': [
|
|
{
|
|
title: 'Featured Notes',
|
|
docs: 'https://docs.rsshub.app/routes/social-media#misskey',
|
|
source: ['/explore'],
|
|
target: '/misskey/notes/featured/madost.one',
|
|
},
|
|
],
|
|
},
|
|
'mk.nixnet.social': {
|
|
_name: 'Misskey',
|
|
'.': [
|
|
{
|
|
title: 'Featured Notes',
|
|
docs: 'https://docs.rsshub.app/routes/social-media#misskey',
|
|
source: ['/explore'],
|
|
target: '/misskey/notes/featured/mk.nixnet.social',
|
|
},
|
|
],
|
|
},
|
|
};
|