diff --git a/src/components/Documentation.vue b/src/components/Documentation.vue index 8e31b24..c313e95 100644 --- a/src/components/Documentation.vue +++ b/src/components/Documentation.vue @@ -138,9 +138,9 @@
-

{{ title }}

+

{{ title }}

-
+
@@ -202,4 +202,35 @@ function scrollMeTo (refName) { window.scroll(0, top - 64); } - \ No newline at end of file + + + \ No newline at end of file diff --git a/src/templates/modules/documentation/Getting-started.vue b/src/templates/modules/documentation/Getting-started.vue new file mode 100644 index 0000000..38e5d27 --- /dev/null +++ b/src/templates/modules/documentation/Getting-started.vue @@ -0,0 +1,35 @@ + + + + + \ No newline at end of file diff --git a/src/templates/modules/documentation/Routes.ts b/src/templates/modules/documentation/Routes.ts index 064624b..9ae0c48 100644 --- a/src/templates/modules/documentation/Routes.ts +++ b/src/templates/modules/documentation/Routes.ts @@ -1,8 +1,8 @@ import { RouteRecordRaw } from 'vue-router' -import GettingStarted from './getting-started.vue' +import GettingStarted from './Getting-started.vue' const routes: RouteRecordRaw[] = [ - { path: '/documentation/getting-started', component: GettingStarted }, + { path: '/documentation/Getting-started', component: GettingStarted }, ] export default routes \ No newline at end of file diff --git a/src/templates/modules/documentation/getting-started.vue b/src/templates/modules/documentation/getting-started.vue deleted file mode 100644 index 1105eff..0000000 --- a/src/templates/modules/documentation/getting-started.vue +++ /dev/null @@ -1,24 +0,0 @@ - - - - - \ No newline at end of file