Add product documentation to nav bar

This commit is contained in:
Jordan Violet
2022-10-28 16:16:11 -04:00
committed by GitHub
parent 95ac2e97f1
commit a9b2442b96

View File

@@ -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",