From 2b12f700ed2ed4512d69c9da41565c69b05479c7 Mon Sep 17 00:00:00 2001 From: Jordan Violet <69053702+jordan-violet-sp@users.noreply.github.com> Date: Sun, 8 Oct 2023 13:07:44 -0400 Subject: [PATCH] Update navbar.js, changed tool name from RDK to Rule Development Kit --- navbar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/navbar.js b/navbar.js index 73f999359..99a97104e 100644 --- a/navbar.js +++ b/navbar.js @@ -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',