docs: fixes to notification and file module guides (#8451)

This commit is contained in:
Shahed Nasser
2024-08-06 09:59:46 +03:00
committed by GitHub
parent 041019b319
commit caf1bfd23b
7 changed files with 122 additions and 33 deletions
@@ -1003,6 +1003,10 @@ export const filesMap = [
"filePath": "/www/apps/resources/app/troubleshooting/page.mdx",
"pathname": "/troubleshooting"
},
{
"filePath": "/www/apps/resources/app/troubleshooting/s3/page.mdx",
"pathname": "/troubleshooting/s3"
},
{
"filePath": "/www/apps/resources/app/upgrade-guides/page.mdx",
"pathname": "/upgrade-guides"
+15
View File
@@ -7188,6 +7188,21 @@ export const generatedSidebar = [
"children": []
}
]
},
{
"loaded": true,
"isPathHref": true,
"title": "Integrations",
"hasTitleStyling": true,
"children": [
{
"loaded": true,
"isPathHref": true,
"path": "/troubleshooting/s3",
"title": "S3 Module Provider Errors",
"children": []
}
]
}
]
}