mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 04:19:31 +00:00
Merge pull request #250 from sailpoint-oss/feature/NERM
Add NERM specification to developer.sailpoint.com
This commit is contained in:
15
navbar.js
15
navbar.js
@@ -52,6 +52,21 @@ module.exports = {
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
type: 'dropdown',
|
||||
label: 'NERM',
|
||||
position: 'left',
|
||||
items: [
|
||||
{to: '#', label: 'API Specifications', className: 'navbar__section'},
|
||||
{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',
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
position: 'left',
|
||||
label: 'Blog',
|
||||
|
||||
Reference in New Issue
Block a user