Merge pull request #250 from sailpoint-oss/feature/NERM

Add NERM specification to developer.sailpoint.com
This commit is contained in:
Jordan Violet
2023-05-25 14:54:26 -04:00
committed by GitHub
344 changed files with 8888 additions and 2 deletions

View File

@@ -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',