chore: dep for tools

This commit is contained in:
2024-03-25 04:52:00 +05:30
parent 203238acbb
commit 18a4a7ec56
11 changed files with 154 additions and 7 deletions

View File

@@ -99,15 +99,15 @@ export default [
},
{
path: '/documentation/',
component: ComponentCreator('/documentation/', 'df7'),
component: ComponentCreator('/documentation/', '7d7'),
routes: [
{
path: '/documentation/',
component: ComponentCreator('/documentation/', 'a50'),
component: ComponentCreator('/documentation/', '81d'),
routes: [
{
path: '/documentation/',
component: ComponentCreator('/documentation/', 'dbd'),
component: ComponentCreator('/documentation/', '42c'),
routes: [
{
path: '/documentation/before_installation/imporatnt_notes',
@@ -163,6 +163,12 @@ export default [
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/category/tools',
component: ComponentCreator('/documentation/category/tools', 'a35'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/category/troubleshoot',
component: ComponentCreator('/documentation/category/troubleshoot', '11b'),
@@ -319,6 +325,12 @@ export default [
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/tools/dns',
component: ComponentCreator('/documentation/tools/dns', '2cf'),
exact: true,
sidebar: "tutorialSidebar"
},
{
path: '/documentation/troubleshoot/bluetooth',
component: ComponentCreator('/documentation/troubleshoot/bluetooth', '269'),