feat: add docusaurus website (#13039)

This commit is contained in:
DIYgod
2023-08-15 03:12:12 +01:00
committed by GitHub
parent dcae07a727
commit 7b65ba69bb
1064 changed files with 22126 additions and 22551 deletions

View File

@@ -4,31 +4,31 @@ module.exports = {
www: [
{
title: '10天推荐排行榜',
docs: 'https://docs.rsshub.app/blog.html#博客园',
docs: 'https://docs.rsshub.app/routes/blog#博客园',
source: ['/aggsite/topdiggs'],
target: '/cnblogs/aggsite/topdiggs',
},
{
title: '48小时阅读排行',
docs: 'https://docs.rsshub.app/blog.html#博客园',
docs: 'https://docs.rsshub.app/routes/blog#博客园',
source: ['/aggsite/topviews'],
target: '/cnblogs/aggsite/topviews',
},
{
title: '编辑推荐',
docs: 'https://docs.rsshub.app/blog.html#博客园',
docs: 'https://docs.rsshub.app/routes/blog#博客园',
source: ['/aggsite/headline'],
target: '/cnblogs/aggsite/headline',
},
{
title: '分类',
docs: 'https://docs.rsshub.app/blog.html#博客园',
docs: 'https://docs.rsshub.app/routes/blog#博客园',
source: ['/cate/:type'],
target: '/cnblogs/cate/:type',
},
{
title: '精华区',
docs: 'https://docs.rsshub.app/blog.html#博客园',
docs: 'https://docs.rsshub.app/routes/blog#博客园',
source: ['/pick'],
target: '/cnblogs/pick',
},