mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
added docs folder back into project
This commit is contained in:
15
docs/sailpoint-api-beta/sources.tag.mdx
Normal file
15
docs/sailpoint-api-beta/sources.tag.mdx
Normal file
@@ -0,0 +1,15 @@
|
||||
---
|
||||
id: sources
|
||||
title: Sources
|
||||
description: Sources
|
||||
---
|
||||
|
||||
|
||||
|
||||
```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