mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-10 04:19:42 +00:00
added footer links
This commit is contained in:
@@ -107,7 +107,115 @@ const config = {
|
||||
},
|
||||
]
|
||||
},
|
||||
footer: {},
|
||||
footer: {
|
||||
style: "light",
|
||||
links: [
|
||||
{
|
||||
title: "Learn",
|
||||
items: [
|
||||
{
|
||||
label: "Make 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: "Build An IdentityIQ Plugin",
|
||||
to: "https://documentation.sailpoint.com/"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Community",
|
||||
items: [
|
||||
{
|
||||
label: "Developer Community Forum",
|
||||
to: "https://developer.sailpoint.com/discuss"
|
||||
},
|
||||
{
|
||||
label: "Submit an Idea",
|
||||
to: "https://developer-sailpoint.ideas.aha.io/"
|
||||
},
|
||||
{
|
||||
label: "Contact the DevRel Team",
|
||||
to: "mailto:developers@sailpoint.com"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
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: "Careers",
|
||||
items: [
|
||||
{
|
||||
label: "Join the Crew",
|
||||
to: "https://sailpoint.wd1.myworkdayjobs.com/SailPoint/jobs"
|
||||
},
|
||||
{
|
||||
label: "Why Work at SailPoint",
|
||||
to: "https://www.sailpoint.com/company/careers/"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Terms & Conditions",
|
||||
to: "https://developet.sailpoint.com"
|
||||
}
|
||||
]
|
||||
}
|
||||
],
|
||||
logo: {
|
||||
alt: 'SailPoint Developer Community Logo',
|
||||
src: '/img/SailPoint-Developer-Community-Lockup.png',
|
||||
href: 'https://opensource.fb.com',
|
||||
},
|
||||
copyright: `Copyright © ${new Date().getFullYear()} SailPoint Technologies Holdings, Inc. All Rights Reserved.`,
|
||||
},
|
||||
prism: {
|
||||
theme: lightCodeTheme,
|
||||
darkTheme: darkCodeTheme,
|
||||
|
||||
Reference in New Issue
Block a user