mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 12:27:46 +00:00
111 lines
2.9 KiB
JavaScript
111 lines
2.9 KiB
JavaScript
module.exports = {
|
|
style: 'light',
|
|
links: [
|
|
{
|
|
title: 'IdentityNow',
|
|
items: [
|
|
{
|
|
label: 'Your First API Call',
|
|
to: 'idn/api/getting-started',
|
|
},
|
|
{
|
|
label: 'Build A Transform',
|
|
to: 'idn/docs/transforms/guides/your-first-transform',
|
|
},
|
|
{
|
|
label: 'Build A SaaS Connector',
|
|
to: 'idn/docs/saas-connectivity',
|
|
},
|
|
{
|
|
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/identityiq/help/plugins/identityiq_plugins.html',
|
|
},
|
|
{
|
|
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://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',
|
|
},
|
|
copyright: `Copyright © ${new Date().getFullYear()} SailPoint Technologies, Inc. All Rights Reserved.`, // Updated with now private copyright info
|
|
};
|