chore(frontend-admin): 🔧 Update admin navigation structure in navigation.config.ts
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
5999131f48
commit
261a906486
1 changed files with 40 additions and 0 deletions
|
|
@ -301,11 +301,26 @@ export const NAVIGATION_SECTIONS: NavSection[] = [
|
|||
label: 'Translation Status',
|
||||
description: 'Locale coverage and verification',
|
||||
},
|
||||
{
|
||||
to: '/content/translations/manage',
|
||||
label: 'Translation Manager',
|
||||
description: 'Trigger translations, view coverage, manage ML pipeline',
|
||||
},
|
||||
{
|
||||
to: '/content/calendar',
|
||||
label: 'Content Calendar',
|
||||
description: 'Scheduled content timeline',
|
||||
},
|
||||
{
|
||||
to: '/content/lifecycle',
|
||||
label: 'Content Lifecycle',
|
||||
description: 'Domain readiness, audit results, publish decisions',
|
||||
},
|
||||
{
|
||||
to: '/content/drafts',
|
||||
label: 'Content Drafts',
|
||||
description: 'Draft management, editing, and publishing',
|
||||
},
|
||||
{
|
||||
to: '/content/blog',
|
||||
label: 'Blog Editor',
|
||||
|
|
@ -373,6 +388,31 @@ export const NAVIGATION_SECTIONS: NavSection[] = [
|
|||
label: 'Analytics',
|
||||
description: 'Search performance and rankings',
|
||||
},
|
||||
{
|
||||
to: '/seo/domains',
|
||||
label: 'Domain Config',
|
||||
description: 'SEO domain configuration and deployment',
|
||||
},
|
||||
{
|
||||
to: '/seo/library',
|
||||
label: 'Content Library',
|
||||
description: 'SEO content library and templates',
|
||||
},
|
||||
{
|
||||
to: '/seo/campaigns/new',
|
||||
label: 'Campaign Manager',
|
||||
description: 'Create and manage SEO campaigns',
|
||||
},
|
||||
{
|
||||
to: '/seo/production',
|
||||
label: 'Production',
|
||||
description: 'SEO content production pipeline',
|
||||
},
|
||||
{
|
||||
to: '/seo/jobs',
|
||||
label: 'Pipeline Jobs',
|
||||
description: 'SEO pipeline job monitoring',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue