mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 12:27:46 +00:00
28 lines
614 B
Plaintext
28 lines
614 B
Plaintext
---
|
|
id: {{{id}}}
|
|
{{^api}}
|
|
sidebar_label: Introduction
|
|
{{/api}}
|
|
{{#api}}
|
|
sidebar_label: {{{title}}}
|
|
{{/api}}
|
|
{{^api}}
|
|
sidebar_position: 0
|
|
{{/api}}
|
|
hide_title: true
|
|
{{#api}}
|
|
hide_table_of_contents: true
|
|
{{/api}}
|
|
{{#json}}
|
|
api: {{{json}}}
|
|
{{/json}}
|
|
{{#api.method}}
|
|
sidebar_class_name: "{{{api.method}}} api-method"
|
|
{{/api.method}}
|
|
{{#infoPath}}
|
|
info_path: {{{infoPath}}}
|
|
{{/infoPath}}
|
|
custom_edit_url: "https://github.com/sailpoint-oss/developer.sailpoint.com/issues/new?assignees=&labels=&template=bug-report.md&title=%5BBug%5D+Your+Bug+Report+Here Requesting changes to '{{{title}}}' ({{{id}}})"
|
|
---
|
|
|
|
{{{markdown}}} |