@@ -20,67 +20,67 @@ export default defineConfig({
2020
2121 sidebar : [
2222 {
23- text : '25春课程文档 ' ,
24- link : '/25spring /' ,
23+ text : '26春课程文档 ' ,
24+ link : '/26spring /' ,
2525 items : [
26- { text : '课程通知' , link : '/25spring /notices' } ,
26+ { text : '课程通知' , link : '/26spring /notices' } ,
2727 {
2828 text : '在提问之前' ,
2929 items : [
3030 {
3131 text : '如何找到问题的答案' ,
32- link : '/25spring /before_ask/how_to_find_answers'
32+ link : '/26spring /before_ask/how_to_find_answers'
3333 } ,
34- {
35- text : '写大作业时遇到了问题' ,
36- link : 'https://pku-software.github.io/project-doc/preface/facing-problem.html'
37- }
38- ]
39- } ,
40- { text : '环境配置' , link : 'https://pku-software.github.io/CppEnvSetup/' } ,
41- { text : '中作业' ,
42- items : [
43- {
44- text : '中作业文档' ,
45- link : '/25spring/middle_homework/document'
46- } ,
47- {
48- text : 'Web API 文档' ,
49- link : '/25spring/middle_homework/api'
50- } ,
51- {
52- text : 'Git 基础' ,
53- link : '/25spring/middle_homework/git'
54- } ,
55- {
56- text : '常见问题' ,
57- link : '/25spring/middle_homework/faq'
58- }
59- ]
60- } ,
61- {
62- text : "知识相关问题" ,
63- items : [
64- // {
65- // text: '从 C 到 C++',
66- // link: '/24spring/knowledge_related/from_c_to_cpp'
67- // },
6834 // {
69- // text: '类与对象初步 ',
70- // link: '/24spring/knowledge_related/class_and_object_intro '
71- // },
35+ // text: '写大作业时遇到了问题 ',
36+ // link: 'https://pku-software.github.io/project-doc/preface/facing-problem.html '
37+ // }
7238 ]
7339 } ,
40+ { text : '环境配置' , link : 'https://pku-software.github.io/CppEnvSetup/' } ,
41+ // { text: '中作业',
42+ // items: [
43+ // {
44+ // text: '中作业文档',
45+ // link: '/25spring/middle_homework/document'
46+ // },
47+ // {
48+ // text: 'Web API 文档',
49+ // link: '/25spring/middle_homework/api'
50+ // },
51+ // {
52+ // text: 'Git 基础',
53+ // link: '/25spring/middle_homework/git'
54+ // },
55+ // {
56+ // text: '常见问题',
57+ // link: '/25spring/middle_homework/faq'
58+ // }
59+ // ]
60+ // },
61+ // {
62+ // text: "知识相关问题",
63+ // items: [
64+ // {
65+ // text: '从 C 到 C++',
66+ // link: '/24spring/knowledge_related/from_c_to_cpp'
67+ // },
68+ // {
69+ // text: '类与对象初步',
70+ // link: '/24spring/knowledge_related/class_and_object_intro'
71+ // },
72+ // ]
73+ // },
7474 ]
7575 } ,
7676 {
7777 text : '上机作业参考答案' ,
7878 link : 'https://pku-software.github.io/homework-answer/'
7979 } ,
80- {
81- text : '大作业文档' ,
82- link : 'https://pku-software.github.io/project-doc/'
83- } ,
80+ // {
81+ // text: '大作业文档',
82+ // link: 'https://pku-software.github.io/project-doc/'
83+ // },
8484 {
8585 text : '谷雨同学的 C++ 教程' ,
8686 link : 'https://learn-cpp.guyutongxue.site/'
0 commit comments