diff --git a/packages/frontend/src/pages/mfm-cheat-sheet.vue b/packages/frontend/src/pages/mfm-cheat-sheet.vue new file mode 100644 index 0000000000..580327df60 --- /dev/null +++ b/packages/frontend/src/pages/mfm-cheat-sheet.vue @@ -0,0 +1,381 @@ + + + + + diff --git a/packages/frontend/src/router.ts b/packages/frontend/src/router.ts index ae94d62048..9a0a53ca28 100644 --- a/packages/frontend/src/router.ts +++ b/packages/frontend/src/router.ts @@ -244,6 +244,9 @@ export const routes = [{ path: '/api-console', component: page(() => import('./pages/api-console.vue')), loginRequired: true, +}, { + path: '/mfm-cheat-sheet', + component: page(() => import('./pages/mfm-cheat-sheet.vue')), }, { path: '/scratchpad', component: page(() => import('./pages/scratchpad.vue')),