mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
23 lines
580 B
Markdown
23 lines
580 B
Markdown
---
|
|
id: guides
|
|
title: Guides
|
|
pagination_label: Guides
|
|
sidebar_label: Guides
|
|
sidebar_class_name: transforms
|
|
keywords: ['transforms', 'guides']
|
|
description: Transform Guides
|
|
slug: /extensibility/transforms/guides
|
|
tags: ['Transforms', 'Guides']
|
|
---
|
|
|
|
# Transform guides
|
|
|
|
Not sure how to use transforms yet? Read these guides to see how you can use transforms and learn how to get started!
|
|
|
|
```mdx-code-block
|
|
import DocCardList from '@theme/DocCardList';
|
|
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
|
|
|
|
<DocCardList items={useCurrentSidebarCategory().items}/>
|
|
```
|