mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 04:19:31 +00:00
19 lines
432 B
JavaScript
19 lines
432 B
JavaScript
module.exports = {
|
|
title: '',
|
|
logo: {
|
|
alt: 'SailPoint Developer Community',
|
|
src: 'img/SailPoint-Developer-Community-Lockup.png',
|
|
srcDark: 'img/SailPoint-Developer-Community-Inverse-Lockup.png',
|
|
},
|
|
items: [
|
|
{
|
|
type: 'dropdown',
|
|
label: 'IdentityNow',
|
|
position: 'left',
|
|
items: [
|
|
{to: 'idn/docs/transforms', label: 'IDN Documentation', className: 'indent'},
|
|
],
|
|
}
|
|
],
|
|
};
|