diff --git a/footer.js b/footer.js index 41399589c..1ddbc1675 100644 --- a/footer.js +++ b/footer.js @@ -1,110 +1,110 @@ 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', + 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/", + }, + ], }, - copyright: `Copyright © ${new Date().getFullYear()} SailPoint Technologies Holdings, Inc. All Rights Reserved.`, - } \ No newline at end of file + { + 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.`, +}; diff --git a/navbar.js b/navbar.js index 845b0220d..da8369428 100644 --- a/navbar.js +++ b/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",