seems working on this small batch

This commit is contained in:
Zheyuan Wu
2025-10-25 00:01:23 -05:00
parent f8df23526b
commit f89b3cb70d
434 changed files with 377 additions and 70501 deletions

View File

@@ -24,182 +24,31 @@ export default {
}
},
},
/* Load link with relative path */
Math3200_link: {
title: 'Math 3200',
href: '/Math3200'
},
Math429_link: {
title: 'Math 429',
href: '/Math429'
Math4201_link: {
title: 'Math 4201',
type: 'page',
href: '/Math4201',
},
Math4111_link: {
title: 'Math 4111',
href: '/Math4111'
},
Math4121_link: {
title: 'Math 4121',
href: '/Math4121'
},
Math4201_link: {
title: 'Math 4201',
href: '/Math4201'
},
Math416_link: {
title: 'Math 416',
href: '/Math416'
},
Math401_link: {
title: 'Math 401',
href: '/Math401'
},
CSE332S_link: {
title: 'CSE 332S',
href: '/CSE332S'
},
CSE347_link: {
title: 'CSE 347',
href: '/CSE347'
},
CSE442T_link: {
title: 'CSE 442T',
href: '/CSE442T'
},
CSE5313_link: {
title: 'CSE 5313',
href: '/CSE5313'
},
CSE510_link: {
title: 'CSE 510',
href: '/CSE510'
},
CSE559A_link: {
title: 'CSE 559A',
href: '/CSE559A'
},
CSE5519_link: {
title: 'CSE 5519',
href: '/CSE5519'
},
/* Math Courses Start */
Math3200: {
display: 'hidden',
type: 'page',
theme:{
sidebar: false,
timestamp: true,
}
},
Math429:{
display: 'hidden',
type: 'page',
theme:{
sidebar: false,
timestamp: true,
}
},
Math4111: {
display: 'hidden',
type: 'page',
theme:{
sidebar: false,
timestamp: true,
}
},
Math4121: {
display: 'hidden',
type: 'page',
theme:{
sidebar: false,
timestamp: true,
}
},
Math4201: {
display: 'hidden',
type: 'page',
theme:{
sidebar: false,
timestamp: true,
}
},
Math416: {
display: 'hidden',
type: 'page',
theme:{
sidebar: false,
timestamp: true,
}
},
Math401: {
display: 'hidden',
type: 'page',
theme:{
sidebar: false,
timestamp: true,
}
href: '/Math4111',
},
/* Math Courses End */
Math4201: {
title: 'Math 4201',
type: 'page',
theme:{
// sidebar: false,
timestamp: true,
}
},
/* CSE Courses Start */
CSE332S: {
display: 'hidden',
title: 'CSE332S',
type: 'page',
theme:{
sidebar: false,
timestamp: true,
}
},
CSE347: {
display: 'hidden',
title: 'CSE347',
type: 'page',
theme:{
sidebar: false,
timestamp: true,
}
},
CSE442T: {
display: 'hidden',
title: 'CSE442T',
type: 'page',
theme:{
sidebar: false,
timestamp: true,
}
},
CSE5313: {
display: 'hidden',
title: 'CSE5313',
type: 'page',
theme:{
sidebar: false,
timestamp: true,
}
},
CSE510: {
display: 'hidden',
title: 'CSE510',
type: 'page',
theme:{
sidebar: false,
timestamp: true,
}
},
CSE559A: {
display: 'hidden',
title: 'CSE559A',
title: 'CSE 559A',
type: 'page',
theme:{
sidebar: false,
timestamp: true,
}
},
CSE5519: {
display: 'hidden',
title: 'CSE5519',
type: 'page',
theme:{
sidebar: false,
// sidebar: false,
timestamp: true,
}
},