mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 04:19:31 +00:00
moved product documentation links under product drop downs, changed copyright footer
This commit is contained in:
25
navbar.js
25
navbar.js
@@ -16,7 +16,12 @@ module.exports = {
|
||||
{ to: "/idn/api/beta", label: "Beta APIs", className: "indent" },
|
||||
{ to: "#", label: "Documentation", className: "navbar__section" },
|
||||
{ to: "idn/docs", label: "IDN Documentation", className: "indent" },
|
||||
{ to: "#", label: "Training", className: "navbar__section" },
|
||||
{ to: "#", label: "External Links", className: "navbar__section" },
|
||||
{
|
||||
href: "https://documentation.sailpoint.com",
|
||||
label: "Product Documentation",
|
||||
className: "indent",
|
||||
},
|
||||
{
|
||||
href: "https://university.sailpoint.com/Saba/Web_spf/NA10P1PRD075/guest/categorydetail/categ000000000003041/true/xxemptyxx/",
|
||||
label: "IdentityNow Certifications",
|
||||
@@ -31,7 +36,12 @@ module.exports = {
|
||||
items: [
|
||||
{ to: "#", label: "API Specifications", className: "navbar__section" },
|
||||
{ to: "/iiq/api", label: "IIQ APIs", className: "indent" },
|
||||
{ to: "#", label: "Training", className: "navbar__section" },
|
||||
{ to: "#", label: "External Links", className: "navbar__section" },
|
||||
{
|
||||
href: "https://documentation.sailpoint.com",
|
||||
label: "Product Documentation",
|
||||
className: "indent",
|
||||
},
|
||||
{
|
||||
href: "https://university.sailpoint.com/Saba/Web_spf/NA10P1PRD075/guest/categorydetail/categ000000000003042/true/xxemptyxx/",
|
||||
label: "IdentityIQ Certifications",
|
||||
@@ -54,17 +64,6 @@ 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