changed naming

This commit is contained in:
Beverly Nguyen
2024-11-25 18:15:34 -08:00
parent 9abfcf71de
commit 276802a6c4
17 changed files with 79 additions and 67 deletions

12
urls.js
View File

@@ -14,23 +14,23 @@ const sublinks = [
{ label: 'Security', path: '/features/security' },
{ label: 'Support', path: '/support' },
{ label: 'Best Practices', path: '/guides/best-practices' },
{ label: 'Clear Goals', path: '/guides/best-practices/clear-goals' },
{ label: 'Clear Goals', path: '/guides/clear-goals' },
{
label: 'Rules And Regulations',
path: '/guides/best-practices/rules-and-regulations',
path: '/guides/rules-and-regulations',
},
{ label: 'Establish Trust', path: '/guides/best-practices/establish-trust' },
{ label: 'Establish Trust', path: '/guides/establish-trust' },
{
label: 'Write For Action',
path: '/guides/best-practices/write-for-action',
path: '/guides/write-for-action',
},
{
label: 'Multiple Languages',
path: '/guides/best-practices/multiple-languages',
path: '/guides/multiple-languages',
},
{
label: 'Benchmark Performance',
path: '/guides/best-practices/benchmark-performance',
path: '/guides/benchmark-performance',
},
// Add more links here as needed
];