fix(nav): link development entry section to default documentation under development dir avoiding broken and empty hyperlink during build process

This commit is contained in:
Anda Toshiki 2024-04-23 20:57:47 -07:00
parent 43932c7394
commit 4091640f87

View File

@ -3,7 +3,7 @@ import { DefaultTheme } from 'vitepress/theme'
export const nav: DefaultTheme.Config['nav'] = [
{
text: 'Development',
link: '/development/',
link: '/development/file-naming-convention',
},
{
text: 'Academic',