mirror of
https://gitee.com/arthas/arthas.git
synced 2024-12-02 12:17:45 +08:00
33 lines
600 B
JSON
33 lines
600 B
JSON
{
|
|
"title": "Arthas cls命令教程",
|
|
"description": "Arthas cls命令教程",
|
|
"details": {
|
|
"steps": [
|
|
{
|
|
"title": "启动math-game",
|
|
"text": "arthas-demo.md"
|
|
},
|
|
{
|
|
"title": "启动arthas-boot",
|
|
"text": "arthas-boot.md"
|
|
},
|
|
{
|
|
"title": "cls 命令",
|
|
"text": "cls.md"
|
|
}
|
|
],
|
|
"intro": {
|
|
"text": "intro.md"
|
|
},
|
|
"finish": {
|
|
"text": "finish.md"
|
|
}
|
|
},
|
|
"environment": {
|
|
"uilayout": "terminal"
|
|
},
|
|
"backend": {
|
|
"imageid": "openjdk:15",
|
|
"environmentsprotocol": "http"
|
|
}
|
|
} |