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