ドキュメントをmisskey-hubに移行
This commit is contained in:
parent
c625a3fa5b
commit
8630542146
1355 changed files with 13 additions and 60421 deletions
|
|
@ -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') },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue