mirror of
https://github.com/alibaba/arthas.git
synced 2024-04-21 10:21:39 +00:00
* add keymap command scenario. #847 Signed-off-by: hollowman6 <hollowman186@vip.qq.com> * fix link typo Signed-off-by: hollowman6 <hollowman186@vip.qq.com> * remove additional link Signed-off-by: hollowman6 <hollowman186@vip.qq.com> * polish 'Custom shortcuts' Signed-off-by: hollowman6 <hollowman186@vip.qq.com> * polish kaymap command scenario. #847 Signed-off-by: hollowman6 <hollowman186@vip.qq.com> * fix mistake Signed-off-by: hollowman6 <hollowman186@vip.qq.com>
45 lines
865 B
JSON
45 lines
865 B
JSON
{
|
|
"title": "Arthas keymap",
|
|
"description": "Arthas keymap",
|
|
"details": {
|
|
"steps": [
|
|
{
|
|
"title": "Start arthas-demo",
|
|
"text": "arthas-demo.md"
|
|
},
|
|
{
|
|
"title": "Start arthas-boot",
|
|
"text": "arthas-boot.md"
|
|
},
|
|
{
|
|
"title": "keymap command",
|
|
"text": "keymap.md"
|
|
},
|
|
{
|
|
"title": "The default keymap",
|
|
"text": "default-keymap.md"
|
|
},
|
|
{
|
|
"title": "Custom shortcuts",
|
|
"text": "custom-shortcuts.md"
|
|
},
|
|
{
|
|
"title": "Shortcuts for jobs",
|
|
"text": "shortcuts-for-jobs.md"
|
|
}
|
|
],
|
|
"intro": {
|
|
"text": "intro.md"
|
|
},
|
|
"finish": {
|
|
"text": "finish.md"
|
|
}
|
|
},
|
|
"environment": {
|
|
"uilayout": "terminal"
|
|
},
|
|
"backend": {
|
|
"imageid": "java",
|
|
"environmentsprotocol": "http"
|
|
}
|
|
} |