@@ -4,6 +4,7 @@ import { withMermaid } from "vitepress-plugin-mermaid";
44
55const docsBase = "/learn-harness-engineering/" ;
66const brandLogo = 'data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="%23D95C41" stroke-width="1.8" stroke-linecap="round" stroke-linejoin="round"><line x1="12.1" y1="11.9" x2="18.9" y2="8.2" /><line x1="12.1" y1="12.1" x2="20.3" y2="12.9" /><line x1="12.2" y1="12.4" x2="16.6" y2="19.1" /><line x1="11.8" y1="12.4" x2="7.3" y2="19.2" /><line x1="11.9" y1="12.1" x2="3.7" y2="13.3" /><line x1="11.8" y1="11.7" x2="7.8" y2="4.4" /></svg>' ;
7+ const githubRepoTreeLink = "https://github.com/walkinglabs/learn-harness-engineering/tree/main" ;
78
89const zhLectureItems = [
910 { text : "欢迎" , link : "/zh/" } ,
@@ -92,7 +93,7 @@ export default withMermaid(
9293 search : {
9394 provider : "local"
9495 } ,
95- socialLinks : [ { icon : "github" , link : "https://github.com/walkinglabs/learn-harness-engineering" } ]
96+ socialLinks : [ { icon : "github" , link : githubRepoTreeLink } ]
9697 } ,
9798 markdown : {
9899 theme : {
@@ -132,7 +133,7 @@ export default withMermaid(
132133 '/en/resources/' : [ { text : "Resource Library" , items : enResourceItems } ] ,
133134 '/en/' : [ { text : "Lectures" , items : enLectureItems } ]
134135 } ,
135- socialLinks : [ { icon : "github" , link : "https://github.com/walkinglabs/learn-harness-engineering" } ]
136+ socialLinks : [ { icon : "github" , link : githubRepoTreeLink } ]
136137 }
137138 } ,
138139 zh : {
@@ -166,7 +167,7 @@ export default withMermaid(
166167 darkModeSwitchLabel : "主题" ,
167168 lightModeSwitchTitle : "切换到浅色模式" ,
168169 darkModeSwitchTitle : "切换到深色模式" ,
169- socialLinks : [ { icon : "github" , link : "https://github.com/walkinglabs/learn-harness-engineering" } ]
170+ socialLinks : [ { icon : "github" , link : githubRepoTreeLink } ]
170171 }
171172 }
172173 }
0 commit comments