Skip to content

Commit ba2bb42

Browse files
author
EC2 Default User
committed
Revert navigation labels to original values
- Changed back to 'Document List', 'Document KB', 'Document Analytics', 'Upload Document(s)' - Avoid breaking existing screenshots, demo videos, workshops, and documentation - Navigation label changes have significant ripple effects across all materials
1 parent 6e4f08e commit ba2bb42

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ import {
1616

1717
export const documentsNavHeader = { text: 'Tools', href: `#${DEFAULT_PATH}` };
1818
export const documentsNavItems = [
19-
{ type: 'link', text: 'My Documents', href: `#${DOCUMENTS_PATH}` },
20-
{ type: 'link', text: 'Ask Questions', href: `#${DOCUMENTS_KB_QUERY_PATH}` },
21-
{ type: 'link', text: 'Analytics Dashboard', href: `#${DOCUMENTS_ANALYTICS_PATH}` },
22-
{ type: 'link', text: 'Upload Files', href: `#${UPLOAD_DOCUMENT_PATH}` },
19+
{ type: 'link', text: 'Document List', href: `#${DOCUMENTS_PATH}` },
20+
{ type: 'link', text: 'Document KB', href: `#${DOCUMENTS_KB_QUERY_PATH}` },
21+
{ type: 'link', text: 'Document Analytics', href: `#${DOCUMENTS_ANALYTICS_PATH}` },
22+
{ type: 'link', text: 'Upload Document(s)', href: `#${UPLOAD_DOCUMENT_PATH}` },
2323
{ type: 'link', text: 'View/Edit Configuration', href: `#${CONFIGURATION_PATH}` },
2424
{
2525
type: 'section',

0 commit comments

Comments
 (0)