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:
@@ -191,6 +191,26 @@ export const filesMap = [
|
||||
"filePath": "/www/apps/resources/app/architectural-modules/file/page.mdx",
|
||||
"pathname": "/architectural-modules/file"
|
||||
},
|
||||
{
|
||||
"filePath": "/www/apps/resources/app/architectural-modules/file/s3/page.mdx",
|
||||
"pathname": "/architectural-modules/file/s3"
|
||||
},
|
||||
{
|
||||
"filePath": "/www/apps/resources/app/architectural-modules/notification/local/page.mdx",
|
||||
"pathname": "/architectural-modules/notification/local"
|
||||
},
|
||||
{
|
||||
"filePath": "/www/apps/resources/app/architectural-modules/notification/page.mdx",
|
||||
"pathname": "/architectural-modules/notification"
|
||||
},
|
||||
{
|
||||
"filePath": "/www/apps/resources/app/architectural-modules/notification/send-notification/page.mdx",
|
||||
"pathname": "/architectural-modules/notification/send-notification"
|
||||
},
|
||||
{
|
||||
"filePath": "/www/apps/resources/app/architectural-modules/notification/sendgrid/page.mdx",
|
||||
"pathname": "/architectural-modules/notification/sendgrid"
|
||||
},
|
||||
{
|
||||
"filePath": "/www/apps/resources/app/architectural-modules/page.mdx",
|
||||
"pathname": "/architectural-modules"
|
||||
@@ -199,6 +219,10 @@ export const filesMap = [
|
||||
"filePath": "/www/apps/resources/app/architectural-modules/workflow-engine/in-memory/page.mdx",
|
||||
"pathname": "/architectural-modules/workflow-engine/in-memory"
|
||||
},
|
||||
{
|
||||
"filePath": "/www/apps/resources/app/architectural-modules/workflow-engine/page.mdx",
|
||||
"pathname": "/architectural-modules/workflow-engine"
|
||||
},
|
||||
{
|
||||
"filePath": "/www/apps/resources/app/architectural-modules/workflow-engine/redis/page.mdx",
|
||||
"pathname": "/architectural-modules/workflow-engine/redis"
|
||||
@@ -6400,16 +6424,8 @@ export const filesMap = [
|
||||
"pathname": "/references/modules/workflows"
|
||||
},
|
||||
{
|
||||
"filePath": "/www/apps/resources/references/notification/classes/notification.AbstractNotificationService/page.mdx",
|
||||
"pathname": "/references/notification/classes/notification.AbstractNotificationService"
|
||||
},
|
||||
{
|
||||
"filePath": "/www/apps/resources/references/notification/interfaces/notification.INotificationService/page.mdx",
|
||||
"pathname": "/references/notification/interfaces/notification.INotificationService"
|
||||
},
|
||||
{
|
||||
"filePath": "/www/apps/resources/references/notification/interfaces/notification.ReturnedData/page.mdx",
|
||||
"pathname": "/references/notification/interfaces/notification.ReturnedData"
|
||||
"filePath": "/www/apps/resources/references/notification/classes/notification.AbstractNotificationProviderService/page.mdx",
|
||||
"pathname": "/references/notification/classes/notification.AbstractNotificationProviderService"
|
||||
},
|
||||
{
|
||||
"filePath": "/www/apps/resources/references/order/IMessageAggregator/methods/order.IMessageAggregator.clearMessages/page.mdx",
|
||||
|
||||
@@ -6757,6 +6757,13 @@ export const generatedSidebar = [
|
||||
"title": "Local",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"path": "/architectural-modules/file/s3",
|
||||
"title": "AWS S3 (and Compatible APIs)",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
@@ -6776,6 +6783,51 @@ export const generatedSidebar = [
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"path": "/architectural-modules/notification",
|
||||
"title": "Notification Provider Modules",
|
||||
"hasTitleStyling": true,
|
||||
"children": [
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"path": "/architectural-modules/notification/local",
|
||||
"title": "Local",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"path": "/architectural-modules/notification/sendgrid",
|
||||
"title": "SendGrid",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"title": "Guides",
|
||||
"children": [
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"path": "/architectural-modules/notification/send-notification",
|
||||
"title": "Send Notification",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"path": "/references/notification-provider-module",
|
||||
"title": "Create Notification Module",
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"path": "/architectural-modules/workflow-engine",
|
||||
"title": "Workflow Engine Modules",
|
||||
"hasTitleStyling": true,
|
||||
"children": [
|
||||
|
||||
@@ -1880,9 +1880,9 @@ export const slugChanges = [
|
||||
"filePath": "/www/apps/resources/references/modules/workflows/page.mdx"
|
||||
},
|
||||
{
|
||||
"origSlug": "/references/notification/classes/notification.AbstractNotificationService",
|
||||
"newSlug": "/references/notification-service",
|
||||
"filePath": "/www/apps/resources/references/notification/classes/notification.AbstractNotificationService/page.mdx"
|
||||
"origSlug": "/references/notification/classes/notification.AbstractNotificationProviderService",
|
||||
"newSlug": "/references/notification-provider-module",
|
||||
"filePath": "/www/apps/resources/references/notification/classes/notification.AbstractNotificationProviderService/page.mdx"
|
||||
},
|
||||
{
|
||||
"origSlug": "/references/order/IOrderModuleService/methods/order.IOrderModuleService.addOrderAction",
|
||||
|
||||
Reference in New Issue
Block a user