Files
developer.sailpoint.com/docs/extensibility/transforms/guides/index.md
2025-05-08 12:25:53 -04:00

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}/>
```