@@ -26,18 +26,18 @@ export const documentsNavHeader = { text: 'Tools', href: `#${DEFAULT_PATH}` };
2626// Full navigation items for Admin users
2727export 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