mirror of
https://gitee.com/arthas/arthas.git
synced 2024-12-06 06:07:35 +08:00
7027705ad3
* 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>
33 lines
596 B
JSON
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"
|
|
}
|
|
} |