mirror of
https://gitee.com/arthas/arthas.git
synced 2024-11-30 11:17:39 +08:00
36 lines
633 B
JSON
36 lines
633 B
JSON
{
|
|
"title": "Arthas tt Command",
|
|
"description": "Arthas tt Command",
|
|
"difficulty": "master",
|
|
"time": "10-20 minutes",
|
|
"details": {
|
|
"steps": [
|
|
{
|
|
"title": "Arthas demo",
|
|
"text": "arthas-demo.md"
|
|
},
|
|
{
|
|
"title": "Start arthas-boot",
|
|
"text": "arthas-boot.md"
|
|
},
|
|
{
|
|
"title": "tt Command",
|
|
"text": "tt.md"
|
|
}
|
|
],
|
|
"intro": {
|
|
"text": "intro.md"
|
|
},
|
|
"finish": {
|
|
"text": "finish.md"
|
|
}
|
|
},
|
|
"environment": {
|
|
"uilayout": "terminal"
|
|
},
|
|
"backend": {
|
|
"imageid": "java",
|
|
"environmentsprotocol": "http"
|
|
}
|
|
}
|