docs: added cloud s3 documentation (#12762)

* docs: added cloud s3 documentation

* fixes
This commit is contained in:
Shahed Nasser
2025-06-18 11:28:59 +03:00
committed by GitHub
parent 97d5f52ffa
commit 863861e307
5 changed files with 66 additions and 1 deletions

View File

@@ -77,6 +77,14 @@ export const generatedSidebars = [
"title": "Redis",
"path": "/redis",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "link",
"title": "S3",
"path": "/s3",
"children": []
}
]
},