docs: man why is this case sensitive

This commit is contained in:
Aarnav Tale
2025-10-16 22:30:15 -04:00
parent c9bae42622
commit df4d864838
+3 -3
View File
@@ -9,7 +9,7 @@ export default defineConfig({
logo: '/logo.svg',
nav: [
{ text: 'Home', link: '/' },
{ text: 'Changelog', link: '/changelog' },
{ text: 'Changelog', link: '/CHANGELOG' },
],
sidebar: [
{
@@ -39,8 +39,8 @@ export default defineConfig({
text: 'Development',
collapsed: true,
items: [
{ text: 'Contributing', link: '/contributing' },
{ text: 'Security', link: '/security' },
{ text: 'Contributing', link: '/CONTRIBUTING' },
{ text: 'Security', link: '/SECURITY' },
],
},
],