Added new reference files
|
After Width: | Height: | Size: 371 KiB |
|
After Width: | Height: | Size: 511 KiB |
|
After Width: | Height: | Size: 834 KiB |
|
Before Width: | Height: | Size: 169 KiB After Width: | Height: | Size: 168 KiB |
|
Before Width: | Height: | Size: 169 KiB After Width: | Height: | Size: 168 KiB |
|
Before Width: | Height: | Size: 908 KiB After Width: | Height: | Size: 216 KiB |
|
After Width: | Height: | Size: 171 KiB |
|
After Width: | Height: | Size: 461 KiB |
|
Before Width: | Height: | Size: 190 KiB After Width: | Height: | Size: 189 KiB |
|
After Width: | Height: | Size: 448 KiB |
7
urls.js
@@ -13,6 +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' },
|
||||
// Add more links here as needed
|
||||
];
|
||||
|
||||
|
||||