mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-06 06:55:55 +00:00
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:
parent
43932c7394
commit
4091640f87
@ -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',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user