File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,9 +37,9 @@ agentengine run -i
3737agentengine web . --no-open
3838```
3939
40- <p align =" center " ><img alt =" KsADK 真实 Web UI 调试截图 " src =" public-docs/assets/ksadk-web-ui-screenshot.png " width =" 860 " /></p >
40+ <p align =" center " ><a href = " public-docs/assets/ksadk-web-ui-screenshot.png " >< img alt =" KsADK 真实 Web UI 调试截图 " src =" public-docs/assets/ksadk-web-ui-screenshot.png " width =" 860 " /></ a ></p >
4141
42- <p align =" center " ><img alt =" KsADK 真实本地 Web UI 演示 " src =" public-docs/assets/ksadk-local-debugging-demo.gif " width =" 860 " /></p >
42+ <p align =" center " ><a href = " public-docs/assets/ksadk-local-debugging-demo.gif " >< img alt =" KsADK 真实本地 Web UI 演示 " src =" public-docs/assets/ksadk-local-debugging-demo.gif " width =" 860 " /></ a ></p >
4343
4444## 为什么需要 KsADK
4545
@@ -53,7 +53,7 @@ agentengine web . --no-open
5353
5454## 架构
5555
56- <p align =" center " ><img alt =" KsADK Agent Runtime Platform 架构 " src =" public-docs/assets/ksadk-runtime-architecture.png " width =" 860 " /></p >
56+ <p align =" center " ><a href = " public-docs/assets/ksadk-runtime-architecture.png " >< img alt =" KsADK Agent Runtime Platform 架构 " src =" public-docs/assets/ksadk-runtime-architecture.png " width =" 860 " /></ a ></p >
5757
5858## 文档与样例
5959
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ export default async function Page({
3636 < MarkdownCopyButton markdownUrl = { markdownUrl } />
3737 < ViewOptionsPopover
3838 markdownUrl = { markdownUrl }
39- githubUrl = { `https://github.com/${ gitConfig . user } /${ gitConfig . repo } /blob/${ gitConfig . branch } /docs/content/docs/${ page . path } ` }
39+ githubUrl = { `https://github.com/${ gitConfig . user } /${ gitConfig . repo } /blob/${ gitConfig . branch } /docs-site /content/docs/${ page . path } .mdx ` }
4040 />
4141 </ div >
4242 </ div >
You can’t perform that action at this time.
0 commit comments