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",
|
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: [
|
||||||
|
|||||||
@@ -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 />
|
||||||
|
|||||||
Reference in New Issue
Block a user