Skip to content

Commit 022f7e3

Browse files
arrayaddclaude
andcommitted
docs: add GitHub Pages online learning link to README
- Add 在线学习 badge in header linking to GitHub Pages - Add online demo link in Chinese quick-start step 4 - Add online demo link in English quick-start section Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent e2e10f3 commit 022f7e3

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
[![Java](https://img.shields.io/badge/Java-1.8+-orange.svg)](https://www.oracle.com/java/)
99
[![Stars](https://img.shields.io/github/stars/arrayadd/learn_claude_code_by_java?style=social)](https://github.com/arrayadd/learn_claude_code_by_java/stargazers)
1010
[![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg)](CONTRIBUTING.md)
11+
[![在线学习](https://img.shields.io/badge/在线学习-📖_可视化教学-blue)](https://arrayadd.github.io/learn_claude_code_by_java/)
1112

1213
[**中文**](#中文) | [**English**](#english)
1314

@@ -152,7 +153,9 @@ mvn exec:java -Dexec.mainClass="learn.claude.code.s01_agent_loop.S01AgentLoop"
152153

153154
**第四步:查看可视化教学**
154155

155-
用浏览器打开 `docs/diagrams/index.html`,14 张交互式架构图逐课讲解每个概念。
156+
🌐 **在线直接访问(无需克隆)**[https://arrayadd.github.io/learn_claude_code_by_java/](https://arrayadd.github.io/learn_claude_code_by_java/)
157+
158+
或本地打开 `docs/diagrams/index.html`,14 张交互式架构图逐课讲解每个概念。
156159

157160
---
158161

@@ -275,7 +278,9 @@ mvn compile
275278
mvn exec:java -Dexec.mainClass="learn.claude.code.s01_agent_loop.S01AgentLoop"
276279
```
277280

278-
Open `docs/diagrams/index.html` in a browser for the interactive lesson diagrams.
281+
🌐 **Online demo (no clone needed)**: [https://arrayadd.github.io/learn_claude_code_by_java/](https://arrayadd.github.io/learn_claude_code_by_java/)
282+
283+
Or open `docs/diagrams/index.html` locally for the interactive lesson diagrams.
279284

280285
---
281286

0 commit comments

Comments
 (0)