Update navbar

This commit is contained in:
tyler-mairose-sp
2023-05-23 11:05:29 -04:00
parent 407ae8b022
commit 834bef548f

View File

@@ -58,7 +58,13 @@ module.exports = {
position: 'left',
items: [
{to: '#', label: 'API Specifications', className: 'navbar__section'},
{to: '/nerm/api', label: 'NERM APIs', className: 'indent'}
{to: '/nerm/api', label: 'NERM APIs', className: 'indent'},
{to: '#', label: 'External Links', className: 'navbar__section'},
{
href: 'https://documentation.sailpoint.com',
label: 'Product Documentation',
className: 'indent',
}
]
},
{