diff --git a/docusaurus.config.js b/docusaurus.config.js index 1b8e1e93b..0e024c180 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -121,7 +121,7 @@ const config = { style: "light", links: [ { - title: "Learn", + title: "IdentityNow", items: [ { label: "Make Your First API Call", @@ -135,6 +135,11 @@ const config = { label: "Build A SaaS Connector", to: "idn/docs/saas-connectors" }, + ] + }, + { + title: "IdentityIQ", + items: [ { label: "Build An IdentityIQ Plugin", to: "https://documentation.sailpoint.com/" @@ -196,19 +201,6 @@ const config = { } ] }, - { - 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: [ diff --git a/src/pages/index.js b/src/pages/index.js index b7d6a0546..d8bbefb58 100644 --- a/src/pages/index.js +++ b/src/pages/index.js @@ -34,7 +34,6 @@ export default function Home() { const {siteConfig} = useDocusaurusContext(); return (