From 9ce80845bf1343d38342a30d6f08d7f9695bf6e6 Mon Sep 17 00:00:00 2001 From: Jordan Violet Date: Thu, 1 Sep 2022 11:21:24 -0400 Subject: [PATCH] removed double browser tab title, changed Learn in footer --- docusaurus.config.js | 20 ++++++-------------- src/pages/index.js | 1 - 2 files changed, 6 insertions(+), 15 deletions(-) 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 (