diff --git a/navbar.js b/navbar.js index ea42ddcd0..845b0220d 100644 --- a/navbar.js +++ b/navbar.js @@ -54,6 +54,17 @@ module.exports = { label: "Discuss", to: "https://developer.sailpoint.com/discuss", }, + { + type: "dropdown", + label: "Not A Developer?", + position: "right", + items: [ + { + label: "Product Documentation", + href: "https://documentation.sailpoint.com", + }, + ], + }, { type: "dropdown", label: "Support",