mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
534 B
534 B
id, title, pagination_label, sidebar_label, sidebar_position, sidebar_class_name, keywords, description, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_position | sidebar_class_name | keywords | description | slug | tags | ||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| guides | Rule Guides | Guides | Guides | 1 | Rules |
|
Rule Guides | /extensibility/rules/guides |
|
Not sure how to use rules yet? Read these guides to learn how to use rules and get started!
import DocCardList from '@theme/DocCardList';
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
<DocCardList items={useCurrentSidebarCategory().items}/>