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,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}`,
},