updates distributed service

This commit is contained in:
Zheyuan Wu
2025-10-24 15:58:12 -05:00
parent d8096410af
commit 05d5b92255
12 changed files with 224 additions and 19 deletions

View File

@@ -1,4 +1,11 @@
export default {
/**
* Do not remove the labels "Math Courses Start"
* and "Math Courses End" and "CSE Courses Start" and "CSE Courses End"
* or the separated builds will not work.
*
* WE USE THESE LABELS TO BUILD THE SEPARATED WEBSITES FOR MATH AND CSE COURSES.
*/
menu: {
title: 'Home',
type: 'menu',
@@ -17,6 +24,7 @@ export default {
}
},
},
/* Math Courses Start */
Math3200: {
type: 'page',
theme:{
@@ -59,6 +67,8 @@ export default {
timestamp: true,
}
},
/* Math Courses End */
/* CSE Courses Start */
CSE332S: {
title: 'CSE332S',
type: 'page',
@@ -108,6 +118,7 @@ export default {
timestamp: true,
}
},
/* CSE Courses End */
Swap: {
display: 'hidden',
theme:{