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
905 B
JSON
45 lines
905 B
JSON
{
|
|
"title": "Arthas keymap命令教程",
|
|
"description": "Arthas keymap命令教程",
|
|
"details": {
|
|
"steps": [
|
|
{
|
|
"title": "启动arthas-demo",
|
|
"text": "arthas-demo.md"
|
|
},
|
|
{
|
|
"title": "启动arthas-boot",
|
|
"text": "arthas-boot.md"
|
|
},
|
|
{
|
|
"title": "keymap 命令",
|
|
"text": "keymap.md"
|
|
},
|
|
{
|
|
"title": "默认的快捷键",
|
|
"text": "default-keymap.md"
|
|
},
|
|
{
|
|
"title": "自定义快捷键",
|
|
"text": "custom-shortcuts.md"
|
|
},
|
|
{
|
|
"title": "后台异步命令相关快捷键",
|
|
"text": "shortcuts-for-jobs.md"
|
|
}
|
|
],
|
|
"intro": {
|
|
"text": "intro.md"
|
|
},
|
|
"finish": {
|
|
"text": "finish.md"
|
|
}
|
|
},
|
|
"environment": {
|
|
"uilayout": "terminal"
|
|
},
|
|
"backend": {
|
|
"imageid": "java",
|
|
"environmentsprotocol": "http"
|
|
}
|
|
} |