mirror of https://github.com/alibaba/arthas.git
37 lines
691 B
JSON
37 lines
691 B
JSON
5 years ago
|
{
|
||
|
"title": "Arthas Basics",
|
||
|
"description": "Arthas Basics",
|
||
|
"details": {
|
||
|
"steps": [
|
||
|
{
|
||
|
"title": "Start arthas-demo",
|
||
|
"text": "arthas-demo.md"
|
||
|
},
|
||
|
{
|
||
|
"title": "Start arthas-boot",
|
||
|
"text": "arthas-boot.md"
|
||
|
},
|
||
|
{
|
||
|
"title": "Help command",
|
||
|
"text": "help.md"
|
||
|
},
|
||
|
{
|
||
|
"title": "View the help information of a command",
|
||
|
"text": "help-sysprop.md"
|
||
|
}
|
||
|
],
|
||
|
"intro": {
|
||
|
"text": "intro.md"
|
||
|
},
|
||
|
"finish": {
|
||
|
"text": "finish.md"
|
||
|
}
|
||
|
},
|
||
|
"environment": {
|
||
|
"uilayout": "terminal"
|
||
|
},
|
||
|
"backend": {
|
||
|
"imageid": "java",
|
||
|
"environmentsprotocol": "http"
|
||
|
}
|
||
|
}
|