mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 12:27:46 +00:00
Update navbar
This commit is contained in:
@@ -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',
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user