mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
merge main and fix conflicts
This commit is contained in:
65
navbar.js
65
navbar.js
@@ -7,72 +7,19 @@ module.exports = {
|
||||
},
|
||||
items: [
|
||||
{
|
||||
type: 'dropdown',
|
||||
label: 'IdentityNow',
|
||||
position: 'left',
|
||||
items: [
|
||||
{to: '#', label: 'API Specifications', className: 'navbar__section'},
|
||||
{to: '/idn/api/v3', label: 'V3 APIs', className: 'indent'},
|
||||
{to: '/idn/api/beta', label: 'Beta APIs', className: 'indent'},
|
||||
{to: '#', label: 'Documentation', className: 'navbar__section'},
|
||||
{to: 'idn/docs', label: 'IDN Documentation', className: 'indent'},
|
||||
{to: '#', label: 'Tools', className: 'navbar__section'},
|
||||
{to: 'idn/tools/cli', label: 'CLI', className: 'indent'},
|
||||
{to: 'idn/tools/sdk', label: 'SDKs', className: 'indent'},
|
||||
{
|
||||
to: 'idn/tools/rule-development-kit',
|
||||
label: 'Rule Development Kit',
|
||||
className: 'indent',
|
||||
},
|
||||
{to: '#', label: 'External Links', className: 'navbar__section'},
|
||||
{
|
||||
href: 'https://documentation.sailpoint.com',
|
||||
label: 'Product Documentation',
|
||||
className: 'indent',
|
||||
},
|
||||
{
|
||||
href: 'https://university.sailpoint.com/Saba/Web_spf/NA10P1PRD075/guest/categorydetail/categ000000000003041/true/xxemptyxx/',
|
||||
label: 'IdentityNow Certifications',
|
||||
className: 'indent',
|
||||
},
|
||||
],
|
||||
label: 'Identity Security Cloud',
|
||||
to: '/docs',
|
||||
},
|
||||
{
|
||||
type: 'dropdown',
|
||||
position: 'left',
|
||||
label: 'IdentityIQ',
|
||||
position: 'left',
|
||||
items: [
|
||||
{to: '#', label: 'API Specifications', className: 'navbar__section'},
|
||||
{to: '/iiq/api', label: 'IIQ APIs', className: 'indent'},
|
||||
{to: '#', label: 'Documentation', className: 'navbar__section'},
|
||||
{to: 'iiq/docs', label: 'IIQ Documentation', className: 'indent'},
|
||||
{to: '#', label: 'External Links', className: 'navbar__section'},
|
||||
{
|
||||
href: 'https://documentation.sailpoint.com/#identityiq',
|
||||
label: 'Product Documentation',
|
||||
className: 'indent',
|
||||
},
|
||||
{
|
||||
href: 'https://university.sailpoint.com/Saba/Web_spf/NA10P1PRD075/guest/categorydetail/categ000000000003042/true/xxemptyxx/',
|
||||
label: 'IdentityIQ Certifications',
|
||||
className: 'indent',
|
||||
},
|
||||
],
|
||||
to: '/docs/iiq',
|
||||
},
|
||||
{
|
||||
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',
|
||||
},
|
||||
],
|
||||
label: 'CoLab',
|
||||
to: '/colab',
|
||||
},
|
||||
{
|
||||
position: 'left',
|
||||
|
||||
Reference in New Issue
Block a user