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

580 B

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, description, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords description slug tags
guides Guides Guides Guides transforms
transforms
guides
Transform Guides /extensibility/transforms/guides
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!

import DocCardList from '@theme/DocCardList';
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';

<DocCardList items={useCurrentSidebarCategory().items}/>