diff --git a/src/components/Documentation.vue b/src/components/Documentation.vue index 855fba2..86ec6ab 100644 --- a/src/components/Documentation.vue +++ b/src/components/Documentation.vue @@ -136,9 +136,9 @@
-
+
-

{{ title }}

+

{{ title }}

@@ -154,13 +154,16 @@
@@ -174,7 +177,7 @@ import { onMounted, ref } from 'vue' import { Dialog, DialogOverlay, TransitionChild, TransitionRoot } from '@headlessui/vue' import { documentation } from '../utils/Navigation' -import { CalendarIcon, ChartBarIcon, FolderIcon, HomeIcon, InboxIcon, MenuIcon, UsersIcon, XIcon } from '@heroicons/vue/outline' +import { CalendarIcon, ChartBarIcon, FolderIcon, HomeIcon, InboxIcon, MenuIcon, UsersIcon, XIcon, MenuAlt2Icon } from '@heroicons/vue/outline' defineProps<{ title: string diff --git a/src/templates/modules/documentation/getting-started.vue b/src/templates/modules/documentation/getting-started.vue new file mode 100644 index 0000000..1105eff --- /dev/null +++ b/src/templates/modules/documentation/getting-started.vue @@ -0,0 +1,24 @@ + + + + + \ No newline at end of file