From 50593bfd8bfaf6ec6608bb109c67abdb63f72b9d Mon Sep 17 00:00:00 2001 From: darrell-thobe-sp Date: Mon, 12 May 2025 09:19:11 -0400 Subject: [PATCH] more style updates --- docs/api/beta/getting-started.md | 2 +- docs/api/v2024/getting-started.md | 2 +- docs/api/v2025/getting-started.md | 2 +- docs/api/v3/getting-started.md | 2 +- navbar.ts | 4 ++-- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/api/beta/getting-started.md b/docs/api/beta/getting-started.md index 0df929dce..998c40702 100644 --- a/docs/api/beta/getting-started.md +++ b/docs/api/beta/getting-started.md @@ -13,7 +13,7 @@ tags: ['Getting Started'] ## Overview -This guide is intended to help you quickly Make your first API call to SailPoint Identity Security Cloud and assumes an intermediate level of understanding of APIs. For beginners to APIs, we recommend you watch this presentation that covers the fundamentals of APIs with visual demonstrations of how to make an API call in SailPoint. +This guide is intended to help you quickly make your first API call to SailPoint Identity Security Cloud and assumes an intermediate level of understanding of APIs. For beginners to APIs, we recommend you watch this presentation that covers the fundamentals of APIs with visual demonstrations of how to make an API call in SailPoint.
diff --git a/docs/api/v2024/getting-started.md b/docs/api/v2024/getting-started.md index 112829c30..e3c7142c1 100644 --- a/docs/api/v2024/getting-started.md +++ b/docs/api/v2024/getting-started.md @@ -13,7 +13,7 @@ tags: ['Getting Started'] ## Overview -This guide is intended to help you quickly Make your first API call to SailPoint Identity Security Cloud and assumes an intermediate level of understanding of APIs. For beginners to APIs, we recommend you watch this presentation that covers the fundamentals of APIs with visual demonstrations of how to make an API call in SailPoint. +This guide is intended to help you quickly make your first API call to SailPoint Identity Security Cloud and assumes an intermediate level of understanding of APIs. For beginners to APIs, we recommend you watch this presentation that covers the fundamentals of APIs with visual demonstrations of how to make an API call in SailPoint.
diff --git a/docs/api/v2025/getting-started.md b/docs/api/v2025/getting-started.md index c64421a02..45c019186 100644 --- a/docs/api/v2025/getting-started.md +++ b/docs/api/v2025/getting-started.md @@ -13,7 +13,7 @@ tags: ['Getting Started'] ## Overview -This guide is intended to help you quickly Make your first API call to SailPoint Identity Security Cloud and assumes an intermediate level of understanding of APIs. For beginners to APIs, we recommend you watch this presentation that covers the fundamentals of APIs with visual demonstrations of how to make an API call in SailPoint. +This guide is intended to help you quickly make your first API call to SailPoint Identity Security Cloud and assumes an intermediate level of understanding of APIs. For beginners to APIs, we recommend you watch this presentation that covers the fundamentals of APIs with visual demonstrations of how to make an API call in SailPoint.
diff --git a/docs/api/v3/getting-started.md b/docs/api/v3/getting-started.md index 9f78ebdba..f46eb6463 100644 --- a/docs/api/v3/getting-started.md +++ b/docs/api/v3/getting-started.md @@ -13,7 +13,7 @@ tags: ['Getting Started'] ## Overview -This guide is intended to help you quickly Make your first API call to SailPoint Identity Security Cloud and assumes an intermediate level of understanding of APIs. For beginners to APIs, we recommend you watch this presentation that covers the fundamentals of APIs with visual demonstrations of how to make an API call in SailPoint. +This guide is intended to help you quickly make your first API call to SailPoint Identity Security Cloud and assumes an intermediate level of understanding of APIs. For beginners to APIs, we recommend you watch this presentation that covers the fundamentals of APIs with visual demonstrations of how to make an API call in SailPoint.
diff --git a/navbar.ts b/navbar.ts index d273c954d..42364959a 100644 --- a/navbar.ts +++ b/navbar.ts @@ -17,7 +17,7 @@ const navbarConfig = { }, { type: 'dropdown', - label: 'API Specifications', + label: 'API specifications', position: 'left', items: [ { label: 'Identity Security Cloud', to: '/docs/api/v2025' }, @@ -43,7 +43,7 @@ const navbarConfig = { label: 'Community', position: 'left', items: [ - { label: 'Developer Forum', to: 'https://developer.sailpoint.com/discuss/' }, + { label: 'Developer forum', to: 'https://developer.sailpoint.com/discuss/' }, { label: 'CoLab marketplace', to: '/colab' }, { label: 'Developer blog', to: '/blog' }, { label: 'Ambassador program', to: '/ambassadors' },