mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
Fix broken links
This commit is contained in:
20
docs/api/api-specifications.md
Normal file
20
docs/api/api-specifications.md
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
id: api-specifications
|
||||
title: API Specifications
|
||||
pagination_label: API Specifications
|
||||
sidebar_label: API Specifications
|
||||
sidebar_position: 1
|
||||
sidebar_class_name: apiSpecifications
|
||||
keywords: ['api', 'specifications']
|
||||
description: This is this place to get started with IdentityNow APIs.
|
||||
slug: /api/api-specifications
|
||||
tags: ['API Specifications']
|
||||
---
|
||||
|
||||
```mdx-code-block
|
||||
import DocCardList from '@theme/DocCardList';
|
||||
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
|
||||
|
||||
<DocCardList items={useCurrentSidebarCategory().items}/>
|
||||
```
|
||||
|
||||
19
docs/api/identity-security-cloud.md
Normal file
19
docs/api/identity-security-cloud.md
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
id: identity-security-cloud
|
||||
title: Identity Security Cloud API Specifications
|
||||
pagination_label: Identity Security Cloud API Specifications
|
||||
sidebar_label: Identity Security Cloud API Specifications
|
||||
sidebar_position: 1
|
||||
sidebar_class_name: iscSpecifications
|
||||
keywords: ['api', 'specifications']
|
||||
description: This is this place to get started with Identity Security Cloud APIs.
|
||||
slug: /api
|
||||
tags: ['API Specifications']
|
||||
---
|
||||
|
||||
```mdx-code-block
|
||||
import DocCardList from '@theme/DocCardList';
|
||||
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
|
||||
|
||||
<DocCardList items={useCurrentSidebarCategory().items}/>
|
||||
```
|
||||
20
docs/api/non-employee.md
Normal file
20
docs/api/non-employee.md
Normal file
@@ -0,0 +1,20 @@
|
||||
---
|
||||
id: non-employee
|
||||
title: NERM API Specifications
|
||||
pagination_label: NERM API Specifications
|
||||
sidebar_label: NERM API Specifications
|
||||
sidebar_position: 1
|
||||
sidebar_class_name: nermApiSpecifications
|
||||
keywords: ['api', 'specifications']
|
||||
description: This is this place to get started with NERM APIs.
|
||||
slug: /api/nerm
|
||||
tags: ['API Specifications']
|
||||
---
|
||||
|
||||
```mdx-code-block
|
||||
import DocCardList from '@theme/DocCardList';
|
||||
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
|
||||
|
||||
<DocCardList items={useCurrentSidebarCategory().items}/>
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user