From 782aa07a470151b8272bb63c7391f50f87ba33e3 Mon Sep 17 00:00:00 2001 From: maliming Date: Fri, 1 Nov 2024 13:45:16 +0800 Subject: [PATCH] Add `Tenant impersonation & User impersonation` to docs menu. --- docs/en/docs-nav.json | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/en/docs-nav.json b/docs/en/docs-nav.json index 3ab1c201bb..12dd05e83b 100644 --- a/docs/en/docs-nav.json +++ b/docs/en/docs-nav.json @@ -1714,7 +1714,16 @@ }, { "text": "Account (Pro)", - "path": "modules/account-pro.md" + "items": [ + { + "text": "Overview", + "path": "modules/account-pro.md" + }, + { + "text": "Tenant impersonation & User impersonation", + "path": "modules/account/impersonation.md" + } + ] }, { "text": "Audit Logging",