Files
developer.sailpoint.com/footer.js
2022-09-07 17:17:22 -04:00

110 lines
3.0 KiB
JavaScript

module.exports = {
style: "light",
links: [
{
title: "IdentityNow",
items: [
{
label: "Your First API Call",
to: "idn/docs/getting-started"
},
{
label: "Build A Transform",
to: "idn/docs/transforms"
},
{
label: "Build A SaaS Connector",
to: "idn/docs/saas-connectors"
},
{
label: "Get Certified",
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/"
},
{
label: "Get Certified",
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"
},
{
label: "Submit an Idea",
to: "https://developer-sailpoint.ideas.aha.io/"
},
{
label: "Contact Our Team",
to: "https://developer.sailpoint.com/discuss/new-message?groupname=developer_relations"
}
]
},
{
title: "More",
items: [
{
label: "Engineering Blog",
href: "https://medium.com/sailpointtechblog"
},
{
label: "GitHub",
href: "https://github.com/sailpoint-oss"
},
{
label: "Twitter",
href: "https://twitter.com/sailpoint"
},
]
},
{
title: "Company",
items: [
{
label: "The SailPoint Story",
to: "https://www.sailpoint.com/company/"
},
{
label: "The SailPoint Way",
to: "https://www.sailpoint.com/company/diversity-inclusion-and-belonging/"
},
{
label: "Leadership Team",
to: "https://www.sailpoint.com/company/#h-our-leadership"
},
{
label: "Become A Partner",
to: "https://www.sailpoint.com/partners/become-partner/"
}
]
},
{
title: "Legal",
items: [
{
label: "Terms & Conditions",
to: "https://developet.sailpoint.com"
}
]
}
],
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',
},
copyright: `Copyright © ${new Date().getFullYear()} SailPoint Technologies Holdings, Inc. All Rights Reserved.`,
}