mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +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: '#', label: 'Tools', className: 'navbar__section'},
|
||||
{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/rule-development-kit', label: 'RDK', className: 'indent'},
|
||||
{to: '#', label: 'External Links', className: 'navbar__section'},
|
||||
{
|
||||
href: 'https://documentation.sailpoint.com',
|
||||
|
||||
@@ -3,7 +3,7 @@ id: rdk
|
||||
title: Rule Development Kit
|
||||
pagination_label: RDK
|
||||
sidebar_label: Rule Development Kit
|
||||
sidebar_position: 1
|
||||
sidebar_position: 3
|
||||
sidebar_class_name: rdk
|
||||
keywords: ['rule', 'development','kit']
|
||||
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
|
||||
pagination_label: SDKs
|
||||
sidebar_label: SDKs
|
||||
sidebar_position: 1
|
||||
sidebar_position: 2
|
||||
sidebar_class_name: sdk
|
||||
keywords: ['sdk']
|
||||
description: A SailPoint SDK makes it easy to access the SailPoint API and extend your IDN platform.
|
||||
|
||||
Reference in New Issue
Block a user