mirror of
https://github.com/GSA/notifications-admin.git
synced 2025-12-09 14:45:00 -05:00
changed guidanced to best practices
This commit is contained in:
14
urls.js
14
urls.js
@@ -13,13 +13,13 @@ const sublinks = [
|
||||
{ label: 'Roadmap', path: '/features/roadmap' },
|
||||
{ label: 'Security', path: '/features/security' },
|
||||
{ label: 'Support', path: '/support' },
|
||||
{ label: 'Guidance', path: '/guidance' },
|
||||
{ label: 'Clear Goals', path: '/guidance/clear-goals' },
|
||||
{ label: 'Rules And Regulations', path: '/guidance/rules-and-regulations' },
|
||||
{ label: 'Establish Trust', path: '/guidance/establish-trust' },
|
||||
{ label: 'Write For Action', path: '/guidance/write-for-action' },
|
||||
{ label: 'Multiple Languages', path: '/guidance/multiple-languages' },
|
||||
{ label: 'Benchmark Performance', path: '/guidance/benchmark-performance' },
|
||||
{ label: 'Best Practices', path: '/best-practices' },
|
||||
{ label: 'Clear Goals', path: '/best-practices/clear-goals' },
|
||||
{ label: 'Rules And Regulations', path: '/best-practices/rules-and-regulations' },
|
||||
{ label: 'Establish Trust', path: '/best-practices/establish-trust' },
|
||||
{ label: 'Write For Action', path: '/best-practices/write-for-action' },
|
||||
{ label: 'Multiple Languages', path: '/best-practices/multiple-languages' },
|
||||
{ label: 'Benchmark Performance', path: '/best-practices/benchmark-performance' },
|
||||
// Add more links here as needed
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user