mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
580 B
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 |
|
Transform Guides | /extensibility/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}/>