mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-08 20:37:46 +00:00
547 B
547 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 | |||
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| api-specifications | API Specifications | API Specifications | API Specifications | 1 | apiSpecifications |
|
This is this place to get started with IdentityNow APIs. | /api/api-specifications |
|
import DocCardList from '@theme/DocCardList';
import {useCurrentSidebarCategory} from '@docusaurus/theme-common';
<DocCardList items={useCurrentSidebarCategory().items}/>