From b178ea1ff2cfd91e49a109e53aab950fe594de37 Mon Sep 17 00:00:00 2001 From: Freeze455 Date: Tue, 17 Aug 2021 11:18:28 +0200 Subject: [PATCH] :construction: Work in progress --- src/components/Documentation.vue | 174 ++++++++++++++++++ src/components/Navbar.vue | 2 +- src/main.ts | 2 + src/templates/modules/default/Routes.ts | 1 - src/templates/modules/documentation/Routes.ts | 8 + src/templates/modules/documentation/index.vue | 14 ++ src/utils/Navigation.ts | 13 +- 7 files changed, 211 insertions(+), 3 deletions(-) create mode 100644 src/components/Documentation.vue create mode 100644 src/templates/modules/documentation/Routes.ts create mode 100644 src/templates/modules/documentation/index.vue diff --git a/src/components/Documentation.vue b/src/components/Documentation.vue new file mode 100644 index 0000000..c59265f --- /dev/null +++ b/src/components/Documentation.vue @@ -0,0 +1,174 @@ + + + + \ No newline at end of file diff --git a/src/components/Navbar.vue b/src/components/Navbar.vue index 1322336..ecd21a5 100644 --- a/src/components/Navbar.vue +++ b/src/components/Navbar.vue @@ -1,6 +1,6 @@