mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 12:27:46 +00:00
added initial homepage elements
This commit is contained in:
@@ -84,7 +84,6 @@ const config = {
|
||||
items: [
|
||||
{to: '/docs/category/identity-now-api-v3', label: 'V3 APIs'},
|
||||
{to: '/docs/category/identity-now-api-beta', label: 'Beta APIs'},
|
||||
{to: '/docs/category/arm-agent-management', label: 'ARM APIs'},
|
||||
{
|
||||
type: 'doc',
|
||||
docId: 'idn_docs/intro',
|
||||
@@ -107,6 +106,14 @@ const config = {
|
||||
// ... more items
|
||||
],
|
||||
},
|
||||
{
|
||||
type: 'dropdown',
|
||||
label: 'ARM',
|
||||
position: 'right',
|
||||
items: [
|
||||
{to: '/docs/category/arm-agent-management', label: 'ARM APIs'}
|
||||
],
|
||||
},
|
||||
{
|
||||
type: 'dropdown',
|
||||
label: 'Tools',
|
||||
|
||||
Reference in New Issue
Block a user