📚 docs(_motivation): add motivation story

This commit is contained in:
Eshan Roy
2024-12-01 21:12:27 +05:30
parent e163bf4f6e
commit ee66195a5d
8 changed files with 79 additions and 10 deletions

View File

@@ -79,15 +79,15 @@ export default [
},
{
path: '/documentation/',
component: ComponentCreator('/documentation/', '70b'),
component: ComponentCreator('/documentation/', '1c5'),
routes: [
{
path: '/documentation/',
component: ComponentCreator('/documentation/', '115'),
component: ComponentCreator('/documentation/', 'd1a'),
routes: [
{
path: '/documentation/',
component: ComponentCreator('/documentation/', '8f6'),
component: ComponentCreator('/documentation/', '421'),
routes: [
{
path: '/documentation/before_installation/imporatnt_notes',
@@ -269,6 +269,12 @@ export default [
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/introduction/motivation',
component: ComponentCreator('/documentation/introduction/motivation', '0bd'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/introduction/release_notes',
component: ComponentCreator('/documentation/introduction/release_notes', '590'),