chore: update sidebar with new chemistry problem

This commit is contained in:
andatoshiki 2023-03-02 13:49:09 +08:00
parent 38b6455b2b
commit 1a38220c32

View File

@ -19,9 +19,12 @@ export const sidebar: DefaultTheme.Config['sidebar'] = {
],
},
{
text: 'Presentation Problems',
text: 'Problems & Solutions',
collapsed: true,
items: [{ text: 'Presentation Problem 2-20', link: '/academic/chemistry/presentation-problems/pp-2-20' }],
items: [
{ text: 'Problem: 2-20', link: '/academic/chemistry/problems/2-20' },
{ text: 'Problem: 3-2', link: '/academic/chemistry/problems/3-2' },
],
},
],
// chemistry sidebar end