From 4dd4aa83ae291d93a75947cc0056673fb5fc6ec9 Mon Sep 17 00:00:00 2001 From: hengyunabc Date: Wed, 7 Apr 2021 15:27:34 +0800 Subject: [PATCH] update doc --- site/src/site/sphinx/en/quick-start.md | 4 ++-- site/src/site/sphinx/quick-start.md | 4 ++-- tutorials/katacoda/arthas-advanced-cn/index.json | 2 +- tutorials/katacoda/command-classloader-cn/index.json | 2 +- tutorials/katacoda/command-logger-cn/index.json | 2 +- tutorials/katacoda/command-mc-redefine-cn/index.json | 2 +- tutorials/katacoda/command-mc-retransform-cn/index.json | 2 +- tutorials/katacoda/command-ognl-cn/index.json | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/site/src/site/sphinx/en/quick-start.md b/site/src/site/sphinx/en/quick-start.md index 7b867487c..b739ad10a 100644 --- a/site/src/site/sphinx/en/quick-start.md +++ b/site/src/site/sphinx/en/quick-start.md @@ -1,7 +1,7 @@ Quick Start =========== -## 1. Start Demo Application +## 1. Start math-game ```bash curl -O https://arthas.aliyun.com/math-game.jar @@ -35,7 +35,7 @@ $ $ java -jar arthas-boot.jar [2]: 71560 math-game.jar ``` -The 'Demo' process is the second as shown above, press '2' then 'Enter'. Arthas will attach to the target process, and start to output: +The `math-game` process is the second as shown above, press '2' then 'Enter'. Arthas will attach to the target process, and start to output: ```bash [INFO] Try to attach process 71560 diff --git a/site/src/site/sphinx/quick-start.md b/site/src/site/sphinx/quick-start.md index 158b94532..0ebb1d573 100644 --- a/site/src/site/sphinx/quick-start.md +++ b/site/src/site/sphinx/quick-start.md @@ -1,7 +1,7 @@ 快速入门 === -## 1. 启动Demo +## 1. 启动math-game ```bash curl -O https://arthas.aliyun.com/math-game.jar @@ -36,7 +36,7 @@ $ $ java -jar arthas-boot.jar [2]: 71560 math-game.jar ``` -Demo进程是第2个,则输入2,再输入`回车/enter`。Arthas会attach到目标进程上,并输出日志: +`math-game`进程是第2个,则输入2,再输入`回车/enter`。Arthas会attach到目标进程上,并输出日志: ```bash [INFO] Try to attach process 71560 diff --git a/tutorials/katacoda/arthas-advanced-cn/index.json b/tutorials/katacoda/arthas-advanced-cn/index.json index 31241c168..337c44695 100644 --- a/tutorials/katacoda/arthas-advanced-cn/index.json +++ b/tutorials/katacoda/arthas-advanced-cn/index.json @@ -4,7 +4,7 @@ "details": { "steps": [ { - "title": "启动demo", + "title": "启动math-game", "text": "start-demo.md" }, { diff --git a/tutorials/katacoda/command-classloader-cn/index.json b/tutorials/katacoda/command-classloader-cn/index.json index c976d4e92..b7a6e4ac4 100644 --- a/tutorials/katacoda/command-classloader-cn/index.json +++ b/tutorials/katacoda/command-classloader-cn/index.json @@ -6,7 +6,7 @@ "details": { "steps": [ { - "title": "启动demo", + "title": "启动math-game", "text": "start-demo.md" }, { diff --git a/tutorials/katacoda/command-logger-cn/index.json b/tutorials/katacoda/command-logger-cn/index.json index ef859a86f..4fa37e489 100644 --- a/tutorials/katacoda/command-logger-cn/index.json +++ b/tutorials/katacoda/command-logger-cn/index.json @@ -6,7 +6,7 @@ "details": { "steps": [ { - "title": "启动demo", + "title": "启动math-game", "text": "start-demo.md" }, { diff --git a/tutorials/katacoda/command-mc-redefine-cn/index.json b/tutorials/katacoda/command-mc-redefine-cn/index.json index 6e343ace3..fc14589e2 100644 --- a/tutorials/katacoda/command-mc-redefine-cn/index.json +++ b/tutorials/katacoda/command-mc-redefine-cn/index.json @@ -6,7 +6,7 @@ "details": { "steps": [ { - "title": "启动demo", + "title": "启动math-game", "text": "start-demo.md" }, { diff --git a/tutorials/katacoda/command-mc-retransform-cn/index.json b/tutorials/katacoda/command-mc-retransform-cn/index.json index 1fc20d1f9..151263c72 100644 --- a/tutorials/katacoda/command-mc-retransform-cn/index.json +++ b/tutorials/katacoda/command-mc-retransform-cn/index.json @@ -6,7 +6,7 @@ "details": { "steps": [ { - "title": "启动demo", + "title": "启动math-game", "text": "start-demo.md" }, { diff --git a/tutorials/katacoda/command-ognl-cn/index.json b/tutorials/katacoda/command-ognl-cn/index.json index 200c1b51e..09e2c8b66 100644 --- a/tutorials/katacoda/command-ognl-cn/index.json +++ b/tutorials/katacoda/command-ognl-cn/index.json @@ -6,7 +6,7 @@ "details": { "steps": [ { - "title": "启动demo", + "title": "启动math-game", "text": "start-demo.md" }, {