From bcef0ce56e37eddee2611685de5e1594a86b0166 Mon Sep 17 00:00:00 2001 From: utarwyn Date: Thu, 2 May 2024 22:54:33 +0200 Subject: [PATCH] Remove documentation --- src/router/index.ts | 6 -- src/views/Accueil/Doc.vue | 154 -------------------------------------- 2 files changed, 160 deletions(-) delete mode 100644 src/views/Accueil/Doc.vue diff --git a/src/router/index.ts b/src/router/index.ts index 0fc2572..9e41f5c 100755 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -1,6 +1,5 @@ import { createRouter, createWebHashHistory } from 'vue-router' import HomeView from '../views/Accueil/Home.vue' -import Documentation from '../views/Accueil/Doc.vue' import ContributeurView from '../views/Page/contributeur/contributeur.vue' import EntrepriseView from '../views/Page/entreprise/entreprise.vue' import TeamView from '@/views/Page/team/Team.vue' @@ -35,11 +34,6 @@ const router = createRouter({ { path: 'organisations', name: 'collectif-organisations', component: TeamPartnerOrganizations }, ] }, - { - path: '/Documentation', - name: 'Documentation', - component: Documentation - }, ] }) diff --git a/src/views/Accueil/Doc.vue b/src/views/Accueil/Doc.vue deleted file mode 100644 index 8905142..0000000 --- a/src/views/Accueil/Doc.vue +++ /dev/null @@ -1,154 +0,0 @@ - - - - -