docs: added cloud s3 documentation (#12762)
* docs: added cloud s3 documentation * fixes
This commit is contained in:
@@ -7,5 +7,6 @@ export const generatedEditDates = {
|
||||
"app/organizations/page.mdx": "2025-06-17T10:48:50.969Z",
|
||||
"app/notifications/page.mdx": "2025-06-17T12:29:18.819Z",
|
||||
"app/database/page.mdx": "2025-06-17T14:34:57.104Z",
|
||||
"app/redis/page.mdx": "2025-06-18T06:50:30.705Z"
|
||||
"app/redis/page.mdx": "2025-06-18T06:50:30.705Z",
|
||||
"app/s3/page.mdx": "2025-06-18T07:16:14.453Z"
|
||||
}
|
||||
@@ -77,6 +77,14 @@ export const generatedSidebars = [
|
||||
"title": "Redis",
|
||||
"path": "/redis",
|
||||
"children": []
|
||||
},
|
||||
{
|
||||
"loaded": true,
|
||||
"isPathHref": true,
|
||||
"type": "link",
|
||||
"title": "S3",
|
||||
"path": "/s3",
|
||||
"children": []
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user