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