mirror of
https://github.com/DIYgod/RSSHub.git
synced 2025-12-02 01:58:11 +08:00
feat: add docusaurus website (#13039)
This commit is contained in:
@@ -4,13 +4,13 @@ module.exports = {
|
||||
'.': [
|
||||
{
|
||||
title: 'All Projects - Instructables',
|
||||
docs: 'https://docs.rsshub.app/other.html#instructables',
|
||||
docs: 'https://docs.rsshub.app/routes/other#instructables',
|
||||
source: ['/projects'],
|
||||
target: '/instructables/projects',
|
||||
},
|
||||
{
|
||||
title: 'Projects - Instructables',
|
||||
docs: 'https://docs.rsshub.app/other.html#instructables',
|
||||
docs: 'https://docs.rsshub.app/routes/other#instructables',
|
||||
source: ['/:category/projects'],
|
||||
target: (params) => `/instructables/projects/${params.category}`,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user