Skip to content

Commit 1a4e3e8

Browse files
committed
> Reorder navigation menu items for improved UX flow
1 parent 079f5bb commit 1a4e3e8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/ui/src/components/genaiidp-layout/navigation.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,18 +26,18 @@ export const documentsNavHeader = { text: 'Tools', href: `#${DEFAULT_PATH}` };
2626
// Full navigation items for Admin users
2727
export const adminNavItems = [
2828
{ type: 'link', text: 'Document List', href: `#${DOCUMENTS_PATH}` },
29-
{ type: 'link', text: 'Document KB', href: `#${DOCUMENTS_KB_QUERY_PATH}` },
3029
{ type: 'link', text: 'Upload Document(s)', href: `#${UPLOAD_DOCUMENT_PATH}` },
30+
{ type: 'link', text: 'Document KB', href: `#${DOCUMENTS_KB_QUERY_PATH}` },
3131
{ type: 'link', text: 'Agent Companion Chat', href: `#${AGENT_CHAT_PATH}` },
3232
{
3333
type: 'section',
3434
text: 'Configuration',
3535
items: [
36+
{ type: 'link', text: 'View/Edit Configuration', href: `#${CONFIGURATION_PATH}` },
3637
{ type: 'link', text: 'Discovery', href: `#${DISCOVERY_PATH}` },
3738
{ type: 'link', text: 'Capacity Planning', href: `#${CAPACITY_PLANNING_PATH}` },
38-
{ type: 'link', text: 'View/Edit Configuration', href: `#${CONFIGURATION_PATH}` },
39-
{ type: 'link', text: 'View/Edit Pricing', href: `#${PRICING_PATH}` },
4039
{ type: 'link', text: 'User Management', href: `#${USER_MANAGEMENT_PATH}` },
40+
{ type: 'link', text: 'View/Edit Pricing', href: `#${PRICING_PATH}` },
4141
],
4242
},
4343
{

0 commit comments

Comments
 (0)