Cleanup documentations
This commit is contained in:
@@ -5,7 +5,6 @@ import CreatorLayout from '@/views/creators/CreatorLayout.vue';
|
||||
import About from '@/views/documentation/About.vue';
|
||||
import ContentPolicy from '@/views/documentation/ContentPolicy.vue';
|
||||
import CreatorGuide from '@/views/documentation/CreatorGuide.vue';
|
||||
import DocumentationHome from '@/views/documentation/DocumentationHome.vue';
|
||||
import DocumentationLayout from '@/views/documentation/DocumentationLayout.vue';
|
||||
import FAQ from '@/views/documentation/FAQ.vue';
|
||||
import HelpAndContact from '@/views/documentation/HelpAndContact.vue';
|
||||
@@ -43,11 +42,6 @@ const routes = [
|
||||
path: '/documents',
|
||||
component: DocumentationLayout,
|
||||
children: [
|
||||
{
|
||||
path: '',
|
||||
component: DocumentationHome,
|
||||
redirect: { name: 'about' }, // TODO remove this line when the page is ready
|
||||
},
|
||||
{
|
||||
path: 'helpandcontact',
|
||||
name: 'helpandcontact',
|
||||
|
||||
Reference in New Issue
Block a user