mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-09-09 19:44:56 +02:00
🐛 fix(min): some minor bugs and typos
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
Reference in New Issue
Block a user