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