mirror of
https://github.com/andatoshiki/toshiki-notebook.git
synced 2026-06-06 00:46:29 +00:00
chore(sidebar): construct new entires on sidebar specifically for cis105 directories course name and lecture number followed with chapter title
This commit is contained in:
parent
f1e5059fce
commit
7a8871b719
@ -13,7 +13,7 @@ export const sidebar: DefaultTheme.Config['sidebar'] = {
|
|||||||
link: '/development/file-naming-convention',
|
link: '/development/file-naming-convention',
|
||||||
},
|
},
|
||||||
{ text: 'RClone for R2', link: '/development/rclone-for-r2' },
|
{ text: 'RClone for R2', link: '/development/rclone-for-r2' },
|
||||||
{ text: 'Proxies Configuration for Shells & Terminal', link: '/development/proxy4shell-terminal'}
|
{ text: 'Proxies Configuration for Shells & Terminal', link: '/development/proxy4shell-terminal' },
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@ -157,6 +157,35 @@ export const sidebar: DefaultTheme.Config['sidebar'] = {
|
|||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
|
||||||
|
'/academic/cis105/': [
|
||||||
|
{
|
||||||
|
text: 'CIS 105: Computer Applications and Information Technology',
|
||||||
|
collapsed: false,
|
||||||
|
items: [
|
||||||
|
{
|
||||||
|
text: 'Course Overview & Schedule',
|
||||||
|
link: '/academic/cis105/index',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
text: 'Lect 1: Everything Changes',
|
||||||
|
link: '/academic/cis105/cis105-l1-lecture-note',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
text: 'Lect 2: Application Software',
|
||||||
|
link: '/academic/cis105/cis105-l2-lecture-note',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
text: 'Lect 3: Computer Hardware',
|
||||||
|
link: '/academic/cis105/cis105-l3-lecture-note',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
text: 'Lect 4: Formulas and Functions',
|
||||||
|
link: '/academic/cis105/cis105-l4-lecture-note',
|
||||||
|
},
|
||||||
|
],
|
||||||
|
},
|
||||||
|
],
|
||||||
|
|
||||||
// vocabulary
|
// vocabulary
|
||||||
'/academic/vocabulary/': [
|
'/academic/vocabulary/': [
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user