mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-11 04:19:42 +00:00
Fix navigation order
This commit is contained in:
@@ -18,8 +18,8 @@ module.exports = {
|
|||||||
{to: 'idn/docs', label: 'IDN Documentation', className: 'indent'},
|
{to: 'idn/docs', label: 'IDN Documentation', className: 'indent'},
|
||||||
{to: '#', label: 'Tools', className: 'navbar__section'},
|
{to: '#', label: 'Tools', className: 'navbar__section'},
|
||||||
{to: 'idn/tools/cli', label: 'CLI', className: 'indent'},
|
{to: 'idn/tools/cli', label: 'CLI', className: 'indent'},
|
||||||
{to: 'idn/tools/rule-development-kit', label: 'RDK', className: 'indent'},
|
|
||||||
{to: 'idn/tools/sdk', label: 'SDKs', className: 'indent'},
|
{to: 'idn/tools/sdk', label: 'SDKs', className: 'indent'},
|
||||||
|
{to: 'idn/tools/rule-development-kit', label: 'RDK', className: 'indent'},
|
||||||
{to: '#', label: 'External Links', className: 'navbar__section'},
|
{to: '#', label: 'External Links', className: 'navbar__section'},
|
||||||
{
|
{
|
||||||
href: 'https://documentation.sailpoint.com',
|
href: 'https://documentation.sailpoint.com',
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ id: rdk
|
|||||||
title: Rule Development Kit
|
title: Rule Development Kit
|
||||||
pagination_label: RDK
|
pagination_label: RDK
|
||||||
sidebar_label: Rule Development Kit
|
sidebar_label: Rule Development Kit
|
||||||
sidebar_position: 1
|
sidebar_position: 3
|
||||||
sidebar_class_name: rdk
|
sidebar_class_name: rdk
|
||||||
keywords: ['rule', 'development','kit']
|
keywords: ['rule', 'development','kit']
|
||||||
description: The SailPoint Rule Development Kit is a project that enables you to develop rules more quickly and easily.
|
description: The SailPoint Rule Development Kit is a project that enables you to develop rules more quickly and easily.
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ id: sdk
|
|||||||
title: SDKs
|
title: SDKs
|
||||||
pagination_label: SDKs
|
pagination_label: SDKs
|
||||||
sidebar_label: SDKs
|
sidebar_label: SDKs
|
||||||
sidebar_position: 1
|
sidebar_position: 2
|
||||||
sidebar_class_name: sdk
|
sidebar_class_name: sdk
|
||||||
keywords: ['sdk']
|
keywords: ['sdk']
|
||||||
description: A SailPoint SDK makes it easy to access the SailPoint API and extend your IDN platform.
|
description: A SailPoint SDK makes it easy to access the SailPoint API and extend your IDN platform.
|
||||||
|
|||||||
Reference in New Issue
Block a user