arthas/tutorials/katacoda/command-tee-cn/index.json
Hollow Man 7027705ad3
Arthas tee 命令教程 (#1322)
* add tee command scenario. #847

Signed-off-by: hollowman6 <hollowman186@vip.qq.com>

* fix link typo

Signed-off-by: hollowman6 <hollowman186@vip.qq.com>

* add tee details to documents

Signed-off-by: hollowman6 <hollowman186@vip.qq.com>

* polish tee command scenario. #847

Signed-off-by: hollowman6 <hollowman186@vip.qq.com>
2020-07-23 15:19:04 +08:00

33 lines
596 B
JSON

{
"title": "Arthas tee命令教程",
"description": "Arthas tee命令教程",
"details": {
"steps": [
{
"title": "启动arthas-demo",
"text": "arthas-demo.md"
},
{
"title": "启动arthas-boot",
"text": "arthas-boot.md"
},
{
"title": "tee 命令",
"text": "tee.md"
}
],
"intro": {
"text": "intro.md"
},
"finish": {
"text": "finish.md"
}
},
"environment": {
"uilayout": "terminal"
},
"backend": {
"imageid": "java",
"environmentsprotocol": "http"
}
}