This commit is contained in:
2024-03-22 06:57:57 +05:30
parent 0233bb9dfd
commit ebf9bf56f3
20 changed files with 135 additions and 33 deletions

View File

@@ -99,16 +99,22 @@ export default [
},
{
path: '/',
component: ComponentCreator('/', '6cb'),
component: ComponentCreator('/', '2dc'),
routes: [
{
path: '/',
component: ComponentCreator('/', '58f'),
component: ComponentCreator('/', '21a'),
routes: [
{
path: '/',
component: ComponentCreator('/', '0b6'),
component: ComponentCreator('/', '349'),
routes: [
{
path: '/category/introduction',
component: ComponentCreator('/category/introduction', '69c'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/category/tutorial---basics',
component: ComponentCreator('/category/tutorial---basics', '72e'),
@@ -171,7 +177,7 @@ export default [
},
{
path: '/',
component: ComponentCreator('/', '96c'),
component: ComponentCreator('/', 'e43'),
exact: true,
sidebar: "tutorialSidebar"
}