File tree Expand file tree Collapse file tree 5 files changed +323
-1278
lines changed
Expand file tree Collapse file tree 5 files changed +323
-1278
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ export const en = defineConfig({
1010 sidebar : sidebarGuide ( ) ,
1111
1212 editLink : {
13- pattern : 'https://github.com/FDUCSLG/COMP101 /edit/main/docs/:path' ,
13+ pattern : 'https://github.com/FDUCSLG/CS101 /edit/main/docs/:path' ,
1414 text : 'Edit this page on GitHub'
1515 } ,
1616
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ export const shared = defineConfig({
2727 plugins : [
2828 GitChangelog ( {
2929 maxGitLogCount : 2000 ,
30- repoURL : ( ) => 'https://github.com/FDUCSLG/COMP101 ' ,
30+ repoURL : ( ) => 'https://github.com/FDUCSLG/CS101 ' ,
3131 } ) ,
3232 GitChangelogMarkdownSection ( {
3333 exclude : ( id ) => id . endsWith ( 'index.md' ) || id . endsWith ( 'team.md' ) ,
@@ -72,7 +72,7 @@ export const shared = defineConfig({
7272 } ,
7373
7474 sitemap : {
75- hostname : 'https://comp101 .fducslg.com/' ,
75+ hostname : 'https://cs101 .fducslg.com/' ,
7676 transformItems ( items ) {
7777 return items . filter ( ( item ) => ! item . url . includes ( 'migration' ) )
7878 }
@@ -101,6 +101,6 @@ export const shared = defineConfig({
101101 search : {
102102 provider : 'local'
103103 } ,
104- socialLinks : [ { icon : 'github' , link : 'https://github.com/FDUCSLG/COMP101 ' } ]
104+ socialLinks : [ { icon : 'github' , link : 'https://github.com/FDUCSLG/CS101 ' } ]
105105 }
106106} )
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ export const zh = defineConfig({
1010 sidebar : sidebarGuide ( ) ,
1111
1212 editLink : {
13- pattern : 'https://github.com/FDUCSLG/COMP101 /edit/main/docs/:path' ,
13+ pattern : 'https://github.com/FDUCSLG/CS101 /edit/main/docs/:path' ,
1414 text : '在 GitHub 上编辑此页面'
1515 } ,
1616
@@ -90,7 +90,7 @@ function sidebarGuide(): DefaultTheme.Sidebar {
9090 { text : "发行版相关" , link : "/linux-and-shell/on-distros" } ,
9191 ] ,
9292 } ,
93- { text : "关于 COMP101 项目" , link : "/project" } ,
93+ { text : "关于 CS101 项目" , link : "/project" } ,
9494 { text : "关于我们" , link : "/team" } ,
9595 ]
9696}
You can’t perform that action at this time.
0 commit comments