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:
Shahed Nasser
2024-05-22 13:37:48 +03:00
committed by GitHub
parent ff5d573887
commit 154673f3d8
55 changed files with 1674 additions and 3791 deletions
+10 -24
View File
@@ -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",