docs: fixes and changes based on latest updates (#7322)
* docs: changes based on DX changes * remove fields no longer needed * remove unnecessary parameters * fixes to authenticate middleware usage * add highlight to migrations config * change configuration to http * added missing remote link docs * fix name in sidebar * added notification module docs + updated file module docs * add vale exceptions * fix vale errors * added docs on custom cli scripts
This commit is contained in:
+10
-24
@@ -102,10 +102,6 @@ export const sidebar = sidebarAttachHrefCommonOptions(
|
||||
path: "/advanced-development/modules/container",
|
||||
title: "Module's Container",
|
||||
},
|
||||
{
|
||||
path: "/advanced-development/modules/connection-loader",
|
||||
title: "Database Connection Loader",
|
||||
},
|
||||
{
|
||||
path: "/advanced-development/modules/service-factory",
|
||||
title: "Service Factory",
|
||||
@@ -130,6 +126,10 @@ export const sidebar = sidebarAttachHrefCommonOptions(
|
||||
path: "/advanced-development/modules/link-modules",
|
||||
title: "Link Modules",
|
||||
},
|
||||
{
|
||||
path: "/advanced-development/modules/remote-link",
|
||||
title: "Remote Link",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -200,6 +200,10 @@ export const sidebar = sidebarAttachHrefCommonOptions(
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
path: "/advanced-development/custom-cli-scripts",
|
||||
title: "Custom CLI Scripts",
|
||||
},
|
||||
{
|
||||
path: "/advanced-development/admin",
|
||||
title: "Admin Development",
|
||||
@@ -243,26 +247,8 @@ export const sidebar = sidebarAttachHrefCommonOptions(
|
||||
],
|
||||
},
|
||||
{
|
||||
path: "/architectural-concepts",
|
||||
title: "Architectural Concepts",
|
||||
children: [
|
||||
{
|
||||
path: "/architectural-concepts/architectural-modules",
|
||||
title: "Architectural Modules",
|
||||
},
|
||||
{
|
||||
path: "/architectural-concepts/cache-module",
|
||||
title: "Cache Module",
|
||||
},
|
||||
{
|
||||
path: "/architectural-concepts/event-module",
|
||||
title: "Event Module",
|
||||
},
|
||||
{
|
||||
path: "/architectural-concepts/file-module",
|
||||
title: "File Module",
|
||||
},
|
||||
],
|
||||
path: "/architectural-concepts/architectural-modules",
|
||||
title: "Architectural Modules",
|
||||
},
|
||||
{
|
||||
path: "/debugging-and-testing",
|
||||
|
||||
Reference in New Issue
Block a user