mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-06 00:46:29 +00:00
fix(sidebar): fix sidebar links to specific document
This commit is contained in:
parent
d447063cb7
commit
9167a93b71
@ -22,8 +22,8 @@ export const sidebar: DefaultTheme.Config['sidebar'] = {
|
||||
text: 'Problems & Solutions',
|
||||
collapsed: true,
|
||||
items: [
|
||||
{ text: 'Problem: 02-20', link: '/academic/chemistry/problems/2-20' },
|
||||
{ text: 'Problem: 03-02', link: '/academic/chemistry/problems/3-2' },
|
||||
{ text: 'Problem: 02-20', link: '/academic/chemistry/problems/02-20' },
|
||||
{ text: 'Problem: 03-02', link: '/academic/chemistry/problems/03-02' },
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
Loading…
Reference in New Issue
Block a user