@@ -5,14 +5,14 @@ export default defineConfig({
55 description : "深入理解 Claude Code 架构与实现的实战指南" ,
66
77 head : [
8- [ "link" , { rel : "icon" , type : "image/svg+xml" , href : "/learn -claude-code/logo.svg" } ] ,
8+ [ "link" , { rel : "icon" , type : "image/svg+xml" , href : "/open -claude-code/logo.svg" } ] ,
99 [ "meta" , { property : "og:type" , content : "website" } ] ,
1010 [ "meta" , { property : "og:title" , content : "Learn Claude Code" } ] ,
1111 [ "meta" , { property : "og:description" , content : "深入理解 Claude Code 架构与实现的实战指南" } ] ,
1212 ] ,
1313 lastUpdated : true ,
1414
15- base : "/learn -claude-code/" ,
15+ base : "/open -claude-code/" ,
1616
1717 locales : {
1818 "zh-CN" : {
@@ -25,7 +25,7 @@ export default defineConfig({
2525 { text : "Demo" , link : "/zh-CN/demo" } ,
2626 {
2727 text : "在线环境" ,
28- link : "https://github.com/codespaces/new?repo=anthhub/learn -claude-code" ,
28+ link : "https://github.com/codespaces/new?repo=anthhub/open -claude-code" ,
2929 } ,
3030 ] ,
3131 sidebar : [
@@ -63,7 +63,7 @@ export default defineConfig({
6363 ] ,
6464 editLink : {
6565 pattern :
66- "https://github.com/anthhub/learn -claude-code/edit/main/docs/:path" ,
66+ "https://github.com/anthhub/open -claude-code/edit/main/docs/:path" ,
6767 text : "在 GitHub 上编辑此页" ,
6868 } ,
6969 outline : { label : "目录" } ,
@@ -80,7 +80,7 @@ export default defineConfig({
8080 { text : "Demo" , link : "/en/demo" } ,
8181 {
8282 text : "Online Env" ,
83- link : "https://github.com/codespaces/new?repo=anthhub/learn -claude-code" ,
83+ link : "https://github.com/codespaces/new?repo=anthhub/open -claude-code" ,
8484 } ,
8585 ] ,
8686 sidebar : [
@@ -118,7 +118,7 @@ export default defineConfig({
118118 ] ,
119119 editLink : {
120120 pattern :
121- "https://github.com/anthhub/learn -claude-code/edit/main/docs/:path" ,
121+ "https://github.com/anthhub/open -claude-code/edit/main/docs/:path" ,
122122 text : "Edit this page on GitHub" ,
123123 } ,
124124 outline : { label : "On this page" } ,
@@ -130,7 +130,7 @@ export default defineConfig({
130130 themeConfig : {
131131 logo : "/logo.svg" ,
132132 socialLinks : [
133- { icon : "github" , link : "https://github.com/anthhub/learn -claude-code" } ,
133+ { icon : "github" , link : "https://github.com/anthhub/open -claude-code" } ,
134134 ] ,
135135 search : {
136136 provider : "local" ,
0 commit comments