Fix navigation order

This commit is contained in:
tyler-mairose-sp
2023-10-08 11:17:54 -05:00
parent ef3af8ee2b
commit fc31aad265
3 changed files with 3 additions and 3 deletions

View File

@@ -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',

View File

@@ -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.

View File

@@ -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.