updated navigation bar with correct links

This commit is contained in:
philip-ellis-sp
2022-08-31 14:41:07 -04:00
parent 3f4dbb770a
commit bb97feda5a
2 changed files with 12 additions and 2 deletions

View File

@@ -67,7 +67,17 @@ const config = {
position: 'right',
items: [
{to: '/idn/api/identity-now-api-v3', label: 'V3 APIs'},
{to: '/idn/api/identity-now-api-beta', label: 'Beta APIs'}
{to: '/idn/api/identity-now-api-beta', label: 'Beta APIs'},
{to: '/idn/docs/getting-started', label: 'IDN Documentation'}
// ... more items
],
},
{
type: 'dropdown',
label: 'IdentityIQ',
position: 'right',
items: [
{to: '/iiq/api/iiq-api', label: 'IIQ APIs'}
// ... more items
],
}