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:
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}/>
|
||||
```
|
||||
Reference in New Issue
Block a user