@eshanized updated the website 🎉 !!!

This commit is contained in:
Eshan Roy (Eshanized)
2024-04-26 12:20:27 +05:30
parent f4e2683348
commit 8ee0d25f5b
11 changed files with 158 additions and 20 deletions

View File

@@ -79,15 +79,15 @@ export default [
},
{
path: '/documentation/',
component: ComponentCreator('/documentation/', '9ab'),
component: ComponentCreator('/documentation/', 'bc2'),
routes: [
{
path: '/documentation/',
component: ComponentCreator('/documentation/', '404'),
component: ComponentCreator('/documentation/', '115'),
routes: [
{
path: '/documentation/',
component: ComponentCreator('/documentation/', '0b8'),
component: ComponentCreator('/documentation/', '8f6'),
routes: [
{
path: '/documentation/before_installation/imporatnt_notes',
@@ -245,6 +245,12 @@ export default [
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/introduction/coding-standard',
component: ComponentCreator('/documentation/introduction/coding-standard', '105'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/introduction/contributing',
component: ComponentCreator('/documentation/introduction/contributing', '2c1'),