🐛 fix(min): some minor bugs and typos

This commit is contained in:
Eshan Roy
2024-12-03 12:51:59 +05:30
parent 55752b5931
commit 2babcfc0ce
10 changed files with 33 additions and 32 deletions

View File

@@ -79,15 +79,15 @@ export default [
},
{
path: '/documentation/',
component: ComponentCreator('/documentation/', 'bed'),
component: ComponentCreator('/documentation/', '6b9'),
routes: [
{
path: '/documentation/',
component: ComponentCreator('/documentation/', '088'),
component: ComponentCreator('/documentation/', 'ace'),
routes: [
{
path: '/documentation/',
component: ComponentCreator('/documentation/', '5fb'),
component: ComponentCreator('/documentation/', '076'),
routes: [
{
path: '/documentation/before_installation/imporatnt_notes',
@@ -275,12 +275,6 @@ export default [
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/introduction/overview',
component: ComponentCreator('/documentation/introduction/overview', 'ea8'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/introduction/release_notes',
component: ComponentCreator('/documentation/introduction/release_notes', '590'),
@@ -370,6 +364,12 @@ export default [
component: ComponentCreator('/documentation/user_guide/cheetsheet', '1e9'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/',
component: ComponentCreator('/documentation/', 'dd9'),
exact: true,
sidebar: "tutorialSidebar"
}
]
}