mirror of
https://gitee.com/arthas/arthas.git
synced 2024-12-02 20:28:05 +08:00
53 lines
928 B
JSON
53 lines
928 B
JSON
{
|
|
"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": "Dashboard",
|
|
"text": "dashboard.md"
|
|
},
|
|
{
|
|
"title": "Thread",
|
|
"text": "thread.md"
|
|
},
|
|
{
|
|
"title": "Sc",
|
|
"text": "sc.md"
|
|
},
|
|
{
|
|
"title": "Jad",
|
|
"text": "jad.md"
|
|
},
|
|
{
|
|
"title": "Watch",
|
|
"text": "watch.md"
|
|
},
|
|
{
|
|
"title": "Exit/Stop",
|
|
"text": "exit.md"
|
|
}
|
|
],
|
|
"intro": {
|
|
"text": "intro.md"
|
|
},
|
|
"finish": {
|
|
"text": "finish.md"
|
|
}
|
|
},
|
|
"environment": {
|
|
"uilayout": "terminal"
|
|
},
|
|
"backend": {
|
|
"imageid": "java",
|
|
"environmentsprotocol": "http"
|
|
}
|
|
} |