Files
RSSHub/docs/config.js
DIYgod 59c7a65d69 docs
2018-04-11 22:45:33 +08:00

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'
}),
]
});