added footer links

This commit is contained in:
Jordan Violet
2022-08-31 23:07:15 -04:00
parent f67ac159e7
commit a34870cb2b
6 changed files with 109 additions and 383 deletions

View File

@@ -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,