You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
arthas/README_CN.md

34 lines
1.8 KiB
Markdown

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# Arthas 交互式 Killercoda 在线教程
English version goes [here](README.md).
## 在线教程使用方法
1. 首先访问在线教程https://arthas.aliyun.com/doc/arthas-tutorials.html?language=cn从菜单中选择你想要学习的课程
![](https://images.gitee.com/uploads/images/2020/0814/211330_e71ef0ca_7637131.png)
2. 课程介绍页面会标明课程的难度和需要的时间,帮助你了解该课程的基本信息。点击`START SCENARIO`{{}} 开始学习。
![](https://images.gitee.com/uploads/images/2020/0814/212507_4a02d8aa_7637131.png)
3. 进入课程,左侧是该步骤说明,右侧是一个已经准备好的终端,直接可以使用。点击左侧黑块部分就可以在右侧执行:
![](https://images.gitee.com/uploads/images/2020/0814/213005_62d85818_7637131.png)
4. 点击右侧标签可以切换终端。之后就是跟着步骤说明,一步步的完成学习即可:
![](https://images.gitee.com/uploads/images/2020/0814/213458_43bb4e3f_7637131.png)
## 贡献指南
如果你想为 Arthas 在线教程做出贡献,欢迎为 Arthas 在线教程提交 Pull Request。
访问 https://killercoda.com/creators 来了解更多创建 Killercoda 教程的信息
Killercoda 教程文件夹的示例https://github.com/killercoda/scenario-examples
之后,如果你已经完成了编写,你只需要把你的教程文件夹放在此[分支](https://github.com/alibaba/arthas/tree/killercoda)中的对应文件夹即可。
## 关于
此项目为[阿里巴巴编程之夏 2020](https://developer.aliyun.com/topic/summerofcode2020)的一部分,由[@HollowMan6](https://github.com/HollowMan6)完成,更多信息请参见 https://github.com/HollowMan6/My-Alibaba-Summer-of-Code
Issue: [#847](https://github.com/alibaba/arthas/issues/847)