Skip to content

Commit

Permalink
Remove documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
utarwyn committed May 2, 2024
1 parent 0cadb73 commit bcef0ce
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 160 deletions.
6 changes: 0 additions & 6 deletions src/router/index.ts
Original file line number Diff line number Diff line change
@@ -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'
Expand Down Expand Up @@ -35,11 +34,6 @@ const router = createRouter({
{ path: 'organisations', name: 'collectif-organisations', component: TeamPartnerOrganizations },
]
},
{
path: '/Documentation',
name: 'Documentation',
component: Documentation
},
]
})

Expand Down
154 changes: 0 additions & 154 deletions src/views/Accueil/Doc.vue

This file was deleted.

0 comments on commit bcef0ce

Please sign in to comment.