Skip to content

Commit 81042f9

Browse files
authored
docs: hide enterprise agent sections (#64)
1 parent 608bafc commit 81042f9

File tree

2 files changed

+1
-38
lines changed

2 files changed

+1
-38
lines changed

documentation/docs/sidebars.js

-32
Original file line numberDiff line numberDiff line change
@@ -67,38 +67,6 @@ const sidebars = {
6767
'atala-prism/prism-cloud-agent/environment-variables'
6868
]
6969
},
70-
{
71-
type: 'category',
72-
label: 'PRISM Cloud Agent Enterprise',
73-
collapsed: true,
74-
link: {
75-
type: 'generated-index',
76-
title: 'PRISM Cloud Agent Enterprise',
77-
description: 'Learn about the Atala PRISM Cloud Agent Enterprise Services!'
78-
},
79-
items: [
80-
'atala-prism/prism-cloud-agent-enterprise/overview',
81-
'atala-prism/prism-cloud-agent-enterprise/onboard',
82-
'atala-prism/prism-cloud-agent-enterprise/authenticate',
83-
{
84-
type: 'category',
85-
label: 'Manage',
86-
collapsed: true,
87-
link: {
88-
type: 'generated-index',
89-
title: 'Manage',
90-
description: 'Learn about the Manage product!'
91-
},
92-
items: [
93-
'atala-prism/prism-cloud-agent-enterprise/manage/overview',
94-
'atala-prism/prism-cloud-agent-enterprise/manage/definitions',
95-
'atala-prism/prism-cloud-agent-enterprise/manage/setup',
96-
'atala-prism/prism-cloud-agent-enterprise/manage/schemas',
97-
'atala-prism/prism-cloud-agent-enterprise/manage/policies',
98-
]
99-
}
100-
]
101-
},
10270
'atala-prism/prism-node',
10371
'atala-prism/prism-mediator',
10472
{

docusaurus.config.js

+1-6
Original file line numberDiff line numberDiff line change
@@ -110,13 +110,8 @@ const config = {
110110
to: '/agent-api/',
111111
label: 'Agent API',
112112
activeBaseRegex: `/agent-api/`
113-
},
114-
{
115-
to: '/enterprise-api/',
116-
label: 'Enterprise API',
117-
activeBaseRegex: `/enterprise-api/`
118113
}
119-
],
114+
]
120115
},
121116
{
122117
type: 'dropdown',

0 commit comments

Comments
 (0)