mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-06 09:16:45 +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',
|
text: 'Problems & Solutions',
|
||||||
collapsed: true,
|
collapsed: true,
|
||||||
items: [
|
items: [
|
||||||
{ text: 'Problem: 02-20', link: '/academic/chemistry/problems/2-20' },
|
{ text: 'Problem: 02-20', link: '/academic/chemistry/problems/02-20' },
|
||||||
{ text: 'Problem: 03-02', link: '/academic/chemistry/problems/3-2' },
|
{ text: 'Problem: 03-02', link: '/academic/chemistry/problems/03-02' },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user