mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
moved product documentation links under product drop downs, changed copyright footer
This commit is contained in:
70
footer.js
70
footer.js
@@ -6,105 +6,105 @@ module.exports = {
|
||||
items: [
|
||||
{
|
||||
label: "Your First API Call",
|
||||
to: "idn/api/getting-started"
|
||||
to: "idn/api/getting-started",
|
||||
},
|
||||
{
|
||||
label: "Build A Transform",
|
||||
to: "idn/docs/transforms/guides/your-first-transform"
|
||||
to: "idn/docs/transforms/guides/your-first-transform",
|
||||
},
|
||||
{
|
||||
label: "Build A SaaS Connector",
|
||||
to: "idn/docs/saas-connectivity"
|
||||
to: "idn/docs/saas-connectivity",
|
||||
},
|
||||
{
|
||||
label: "Get Certified",
|
||||
href: "https://university.sailpoint.com/Saba/Web_spf/NA10P1PRD075/guest/categorydetail/categ000000000003041/true/xxemptyxx/"
|
||||
}
|
||||
]
|
||||
href: "https://university.sailpoint.com/Saba/Web_spf/NA10P1PRD075/guest/categorydetail/categ000000000003041/true/xxemptyxx/",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "IdentityIQ",
|
||||
items: [
|
||||
{
|
||||
label: "Build A Plugin",
|
||||
to: "https://documentation.sailpoint.com/identityiq/help/plugins/identityiq_plugins.html"
|
||||
to: "https://documentation.sailpoint.com/identityiq/help/plugins/identityiq_plugins.html",
|
||||
},
|
||||
{
|
||||
label: "Get Certified",
|
||||
href: "https://university.sailpoint.com/Saba/Web_spf/NA10P1PRD075/guest/categorydetail/categ000000000003042/true/xxemptyxx/"
|
||||
}
|
||||
]
|
||||
href: "https://university.sailpoint.com/Saba/Web_spf/NA10P1PRD075/guest/categorydetail/categ000000000003042/true/xxemptyxx/",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Community",
|
||||
items: [
|
||||
{
|
||||
label: "Discuss",
|
||||
to: "https://developer.sailpoint.com/discuss"
|
||||
to: "https://developer.sailpoint.com/discuss",
|
||||
},
|
||||
{
|
||||
label: "Submit an Idea",
|
||||
to: "https://developer-sailpoint.ideas.aha.io/"
|
||||
to: "https://developer-sailpoint.ideas.aha.io/",
|
||||
},
|
||||
{
|
||||
label: "Contact Our Team",
|
||||
to: "https://developer.sailpoint.com/discuss/new-message?groupname=developer_relations"
|
||||
}
|
||||
]
|
||||
to: "https://developer.sailpoint.com/discuss/new-message?groupname=developer_relations",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "More",
|
||||
items: [
|
||||
{
|
||||
label: "Engineering Blog",
|
||||
href: "https://medium.com/sailpointtechblog"
|
||||
href: "https://medium.com/sailpointtechblog",
|
||||
},
|
||||
{
|
||||
label: "GitHub",
|
||||
href: "https://github.com/sailpoint-oss"
|
||||
href: "https://github.com/sailpoint-oss",
|
||||
},
|
||||
{
|
||||
label: "Twitter",
|
||||
href: "https://twitter.com/sailpoint"
|
||||
href: "https://twitter.com/sailpoint",
|
||||
},
|
||||
]
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
{
|
||||
label: "The SailPoint Story",
|
||||
to: "https://www.sailpoint.com/company/"
|
||||
to: "https://www.sailpoint.com/company/",
|
||||
},
|
||||
{
|
||||
label: "The SailPoint Way",
|
||||
to: "https://www.sailpoint.com/company/diversity-inclusion-and-belonging/"
|
||||
to: "https://www.sailpoint.com/company/diversity-inclusion-and-belonging/",
|
||||
},
|
||||
{
|
||||
label: "Leadership Team",
|
||||
to: "https://www.sailpoint.com/company/#h-our-leadership"
|
||||
to: "https://www.sailpoint.com/company/#h-our-leadership",
|
||||
},
|
||||
{
|
||||
label: "Become A Partner",
|
||||
to: "https://www.sailpoint.com/partners/become-partner/"
|
||||
}
|
||||
]
|
||||
to: "https://www.sailpoint.com/partners/become-partner/",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Terms & Conditions",
|
||||
to: "https://developer.sailpoint.com/discuss/tos"
|
||||
}
|
||||
]
|
||||
}
|
||||
to: "https://developer.sailpoint.com/discuss/tos",
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
logo: {
|
||||
alt: 'SailPoint Developer Community Logo',
|
||||
src: '/img/SailPoint-Developer-Community-Lockup.png',
|
||||
srcDark: 'img/SailPoint-Developer-Community-Inverse-Lockup.png',
|
||||
href: 'https://developer.sailpoint.com',
|
||||
alt: "SailPoint Developer Community Logo",
|
||||
src: "/img/SailPoint-Developer-Community-Lockup.png",
|
||||
srcDark: "img/SailPoint-Developer-Community-Inverse-Lockup.png",
|
||||
href: "https://developer.sailpoint.com",
|
||||
},
|
||||
copyright: `Copyright © ${new Date().getFullYear()} SailPoint Technologies Holdings, Inc. All Rights Reserved.`,
|
||||
}
|
||||
copyright: `Copyright © ${new Date().getFullYear()} SailPoint Technologies, Inc. All Rights Reserved.`,
|
||||
};
|
||||
|
||||
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