docs: document asymmetric encryption (#13922)

This commit is contained in:
Shahed Nasser
2025-10-31 12:55:22 +02:00
committed by GitHub
parent 7c72e7bae9
commit 38d486bec0
9 changed files with 1398 additions and 405 deletions
+12 -1
View File
@@ -1127,7 +1127,18 @@ export const generatedSidebars = [
"type": "link",
"title": "Medusa Configuations",
"path": "/learn/configurations/medusa-config",
"children": [],
"children": [
{
"loaded": true,
"isPathHref": true,
"type": "link",
"title": "Asymmetric Encryption",
"path": "/learn/configurations/medusa-config/asymmetric-encryption",
"children": [],
"chapterTitle": "6.2.1. Asymmetric Encryption",
"number": "6.2.1."
}
],
"chapterTitle": "6.2. Medusa Configuations",
"number": "6.2."
},