mirror of
https://github.com/tale/headplane.git
synced 2026-08-20 18:02:17 +00:00
docs: man why is this case sensitive
This commit is contained in:
@@ -9,7 +9,7 @@ export default defineConfig({
|
|||||||
logo: '/logo.svg',
|
logo: '/logo.svg',
|
||||||
nav: [
|
nav: [
|
||||||
{ text: 'Home', link: '/' },
|
{ text: 'Home', link: '/' },
|
||||||
{ text: 'Changelog', link: '/changelog' },
|
{ text: 'Changelog', link: '/CHANGELOG' },
|
||||||
],
|
],
|
||||||
sidebar: [
|
sidebar: [
|
||||||
{
|
{
|
||||||
@@ -39,8 +39,8 @@ export default defineConfig({
|
|||||||
text: 'Development',
|
text: 'Development',
|
||||||
collapsed: true,
|
collapsed: true,
|
||||||
items: [
|
items: [
|
||||||
{ text: 'Contributing', link: '/contributing' },
|
{ text: 'Contributing', link: '/CONTRIBUTING' },
|
||||||
{ text: 'Security', link: '/security' },
|
{ text: 'Security', link: '/SECURITY' },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user