mirror of
https://gitee.com/arthas/arthas.git
synced 2024-12-04 21:28:10 +08:00
37 lines
703 B
JSON
37 lines
703 B
JSON
{
|
|
"title": "Arthas Help命令教程",
|
|
"description": "Arthas Help命令教程",
|
|
"details": {
|
|
"steps": [
|
|
{
|
|
"title": "启动arthas-demo",
|
|
"text": "arthas-demo.md"
|
|
},
|
|
{
|
|
"title": "启动arthas-boot",
|
|
"text": "arthas-boot.md"
|
|
},
|
|
{
|
|
"title": "help 命令",
|
|
"text": "help.md"
|
|
},
|
|
{
|
|
"title": "查看具体命令的help信息",
|
|
"text": "help-sysprop.md"
|
|
}
|
|
],
|
|
"intro": {
|
|
"text": "intro.md"
|
|
},
|
|
"finish": {
|
|
"text": "finish.md"
|
|
}
|
|
},
|
|
"environment": {
|
|
"uilayout": "terminal"
|
|
},
|
|
"backend": {
|
|
"imageid": "java",
|
|
"environmentsprotocol": "http"
|
|
}
|
|
} |