Update navbar.js, changed tool name from RDK to Rule Development Kit

This commit is contained in:
Jordan Violet
2023-10-08 13:07:44 -04:00
committed by GitHub
parent d73ce8fa22
commit 2b12f700ed

View File

@@ -19,7 +19,7 @@ module.exports = {
{to: '#', label: 'Tools', className: 'navbar__section'},
{to: 'idn/tools/cli', label: 'CLI', className: 'indent'},
{to: 'idn/tools/sdk', label: 'SDKs', className: 'indent'},
{to: 'idn/tools/rule-development-kit', label: 'RDK', className: 'indent'},
{to: 'idn/tools/rule-development-kit', label: 'Rule Development Kit', className: 'indent'},
{to: '#', label: 'External Links', className: 'navbar__section'},
{
href: 'https://documentation.sailpoint.com',