Skip to content

Commit 0e4a7d6

Browse files
authored
Merge pull request #3752 from akto-api-security/devrev_docs
add docs link
2 parents c3c361e + 1d9da95 commit 0e4a7d6

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

apps/dashboard/web/polaris_web/web/src/apps/dashboard/pages/settings/integrations/DevRev.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ const DevRev = () => {
241241
title="DevRev"
242242
cardContent={cardContent}
243243
component={DevRevCard}
244-
docsUrl="https://docs.akto.io/integrations/devrev"
244+
docsUrl="https://docs.akto.io/issues/how-to/devrev-integration"
245245
/>
246246
)
247247
}

apps/dashboard/web/polaris_web/web/src/apps/main/onboardingData.js

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -596,7 +596,21 @@ const learnMoreObject = {
596596
],
597597
videoLink: [
598598
{
599-
content: "Watch Akto demo" ,
599+
content: "Watch Akto demo" ,
600+
value: "https://www.youtube.com/watch?v=fRyusl8ppdY"
601+
}
602+
]
603+
},
604+
dashboard_settings_integrations_devrev:{
605+
docsLink: [
606+
{
607+
content:"DevRev Integration guide",
608+
value:"https://docs.akto.io/issues/how-to/devrev-integration"
609+
}
610+
],
611+
videoLink: [
612+
{
613+
content: "Watch Akto demo" ,
600614
value: "https://www.youtube.com/watch?v=fRyusl8ppdY"
601615
}
602616
]

0 commit comments

Comments
 (0)