mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-06 05:55:56 +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'] = [
|
export const nav: DefaultTheme.Config['nav'] = [
|
||||||
{
|
{
|
||||||
text: 'Development',
|
text: 'Development',
|
||||||
link: '/development/',
|
link: '/development/file-naming-convention',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: 'Academic',
|
text: 'Academic',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user