ドキュメントをmisskey-hubに移行

This commit is contained in:
syuilo 2021-11-05 16:18:52 +09:00
parent c625a3fa5b
commit 8630542146
1355 changed files with 13 additions and 60421 deletions

View file

@ -28,10 +28,8 @@ const defaultRoutes = [
{ path: '/about', component: page('about') },
{ path: '/about-misskey', component: page('about-misskey') },
{ path: '/featured', component: page('featured') },
{ path: '/docs', component: page('docs') },
{ path: '/theme-editor', component: page('theme-editor') },
{ path: '/advanced-theme-editor', component: page('advanced-theme-editor') },
{ path: '/docs/:doc(.*)', component: page('doc'), props: route => ({ doc: route.params.doc }) },
{ path: '/explore', component: page('explore') },
{ path: '/explore/tags/:tag', props: true, component: page('explore') },
{ path: '/federation', component: page('federation') },