mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 04:19:37 +00:00
removed double browser tab title, changed Learn in footer
This commit is contained in:
@@ -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: [
|
||||
|
||||
@@ -34,7 +34,6 @@ export default function Home() {
|
||||
const {siteConfig} = useDocusaurusContext();
|
||||
return (
|
||||
<Layout
|
||||
title={`Hello from ${siteConfig.title}`}
|
||||
description="Description will go into a meta tag in <head />">
|
||||
<main>
|
||||
<HomepageGettingStarted />
|
||||
|
||||
Reference in New Issue
Block a user