mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +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",
|
label: "Discuss",
|
||||||
to: "https://developer.sailpoint.com/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",
|
type: "dropdown",
|
||||||
label: "Support",
|
label: "Support",
|
||||||
|
|||||||
Reference in New Issue
Block a user