mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 12:27:46 +00:00
Add product documentation to nav bar
This commit is contained in:
11
navbar.js
11
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",
|
||||
|
||||
Reference in New Issue
Block a user