20 lines
618 B
JavaScript
20 lines
618 B
JavaScript
module.exports = {
|
|
'disinformationindex.org': {
|
|
_name: 'Global Disinformation Index',
|
|
'.': [
|
|
{
|
|
title: 'Blog',
|
|
docs: 'https://docs.rsshub.app/routes/new-media#global-disinformation-index',
|
|
source: ['/'],
|
|
target: '/disinformationindex/blog',
|
|
},
|
|
{
|
|
title: 'Research',
|
|
docs: 'https://docs.rsshub.app/routes/new-media#global-disinformation-index',
|
|
source: ['/'],
|
|
target: '/disinformationindex/research',
|
|
},
|
|
],
|
|
},
|
|
};
|