From 73e8c967911fdba2db9edd9f91e8c1102c010129 Mon Sep 17 00:00:00 2001 From: asha15 <165079T@uom.lk> Date: Thu, 26 Sep 2024 11:45:43 +0530 Subject: [PATCH 1/2] Add iproov and duo doc link --- features/admin.extensions.v1/configs/documentation.ts | 6 ++++++ .../admin.extensions.v1/configs/models/documentation.ts | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/features/admin.extensions.v1/configs/documentation.ts b/features/admin.extensions.v1/configs/documentation.ts index 9d8c4d7a2e6..11637653240 100644 --- a/features/admin.extensions.v1/configs/documentation.ts +++ b/features/admin.extensions.v1/configs/documentation.ts @@ -269,6 +269,9 @@ export const getDocumentationLinksExtension = () : DocumentationLinksExtensionIn learnMore: undefined, setupGuide: undefined }, + duo: { + learnMore: undefined + }, enterprise: { oidc: { learnMore: undefined, @@ -311,6 +314,9 @@ export const getDocumentationLinksExtension = () : DocumentationLinksExtensionIn learnMore: undefined, setupGuide: undefined }, + iProov: { + learnMore: undefined + }, learnMore: undefined, microsoft: { help: { diff --git a/features/admin.extensions.v1/configs/models/documentation.ts b/features/admin.extensions.v1/configs/models/documentation.ts index 2795b0e4b45..6f3ba10acf2 100644 --- a/features/admin.extensions.v1/configs/models/documentation.ts +++ b/features/admin.extensions.v1/configs/models/documentation.ts @@ -311,6 +311,9 @@ interface ConnectionsDocumentationLinksInterface { learnMore: string; setupGuide: string; }; + duo: { + learnMore: string; + }; enterprise: { oidc: { learnMore: string; @@ -353,6 +356,9 @@ interface ConnectionsDocumentationLinksInterface { learnMore: string; setupGuide: string; }; + iProov: { + learnMore: string; + }; microsoft: { help: { configureOAuth: string; From ba749ecbf7ba9ff9ed06bbd3b7ff1db44222a162 Mon Sep 17 00:00:00 2001 From: asha15 <165079T@uom.lk> Date: Thu, 26 Sep 2024 11:47:15 +0530 Subject: [PATCH 2/2] Add changeset --- .changeset/young-lizards-train.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .changeset/young-lizards-train.md diff --git a/.changeset/young-lizards-train.md b/.changeset/young-lizards-train.md new file mode 100644 index 00000000000..05e8dbdfea6 --- /dev/null +++ b/.changeset/young-lizards-train.md @@ -0,0 +1,5 @@ +--- +"@wso2is/admin.extensions.v1": patch +--- + +Add duo and iproov doc link