removed double browser tab title, changed Learn in footer

This commit is contained in:
Jordan Violet
2022-09-01 11:21:24 -04:00
parent fb756af042
commit 9ce80845bf
2 changed files with 6 additions and 15 deletions

View File

@@ -121,7 +121,7 @@ const config = {
style: "light", style: "light",
links: [ links: [
{ {
title: "Learn", title: "IdentityNow",
items: [ items: [
{ {
label: "Make Your First API Call", label: "Make Your First API Call",
@@ -135,6 +135,11 @@ const config = {
label: "Build A SaaS Connector", label: "Build A SaaS Connector",
to: "idn/docs/saas-connectors" to: "idn/docs/saas-connectors"
}, },
]
},
{
title: "IdentityIQ",
items: [
{ {
label: "Build An IdentityIQ Plugin", label: "Build An IdentityIQ Plugin",
to: "https://documentation.sailpoint.com/" 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", title: "Legal",
items: [ items: [

View File

@@ -34,7 +34,6 @@ export default function Home() {
const {siteConfig} = useDocusaurusContext(); const {siteConfig} = useDocusaurusContext();
return ( return (
<Layout <Layout
title={`Hello from ${siteConfig.title}`}
description="Description will go into a meta tag in <head />"> description="Description will go into a meta tag in <head />">
<main> <main>
<HomepageGettingStarted /> <HomepageGettingStarted />