mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-12 08:10:32 +08:00
24 lines
546 B
JavaScript
24 lines
546 B
JavaScript
docute.init({
|
|
title: 'RSSHub',
|
|
repo: 'DIYgod/RSSHub',
|
|
twitter: 'DIYgod',
|
|
'edit-link': 'https://github.com/DIYgod/RSSHub/tree/master/docs',
|
|
nav: {
|
|
default: [
|
|
{
|
|
title: '主页', path: '/'
|
|
},
|
|
{
|
|
title: '支持 RSSHub', path: '/support'
|
|
},
|
|
],
|
|
},
|
|
plugins: [
|
|
docsearch({
|
|
apiKey: '',
|
|
indexName: 'rsshub',
|
|
tags: ['zh-Hans'],
|
|
url: 'https://rsshub.js.org'
|
|
}),
|
|
]
|
|
}); |