added initial homepage elements

This commit is contained in:
philip-ellis-sp
2022-08-19 16:53:21 -04:00
parent c74bda8d67
commit 57bc6f3192
7 changed files with 142 additions and 4 deletions

View File

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