mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 20:37:46 +00:00
15 lines
298 B
Plaintext
15 lines
298 B
Plaintext
---
|
|
id: account-aggregations
|
|
title: Account Aggregations
|
|
description: Account Aggregations
|
|
---
|
|
|
|
|
|
|
|
```mdx-code-block
|
|
import DocCardList from '@theme/DocCardList';
|
|
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
|
|
|
|
<DocCardList items={useCurrentSidebarCategory().items}/>
|
|
```
|
|
|