changed guidanced to best practices

This commit is contained in:
Beverly Nguyen
2024-10-24 17:03:45 -07:00
parent 4b85ae6493
commit 2bbc58c8af
9 changed files with 19 additions and 19 deletions

14
urls.js
View File

@@ -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
];