summaryrefslogtreecommitdiff
path: root/docs/zh-cn/newbs_learn_more_resources.md
diff options
context:
space:
mode:
authorvin <git@vineetk.net>2024-01-15 19:14:28 -0500
committervin <git@vineetk.net>2024-01-15 19:14:28 -0500
commite33ae91091e425699f0cdfd4483023b07ec3ed5e (patch)
tree6fedca01f52a2c11f9a83a6fd6245a8c4689fc41 /docs/zh-cn/newbs_learn_more_resources.md
parent39b43b676e9aa8f549fea6fca7a6b7fd7891de69 (diff)
remove chinese and japanese docs
Diffstat (limited to 'docs/zh-cn/newbs_learn_more_resources.md')
-rw-r--r--docs/zh-cn/newbs_learn_more_resources.md35
1 files changed, 0 insertions, 35 deletions
diff --git a/docs/zh-cn/newbs_learn_more_resources.md b/docs/zh-cn/newbs_learn_more_resources.md
deleted file mode 100644
index 20fed1f358..0000000000
--- a/docs/zh-cn/newbs_learn_more_resources.md
+++ /dev/null
@@ -1,35 +0,0 @@
-# 学习资源
-
-<!---
- original document: 0.15.12:docs/newbs_learn_more_resources.md
- git diff 0.15.12 HEAD -- docs/newbs_learn_more_resources.md | cat
--->
-
-这些资源旨在让QMK社区的新成员更了解新手教程中的基础知识。
-
-*译注:以下资料超出了QMK核心概念范畴,恕不另行翻译*
-
-### QMK参考资料
-
-* [Thomas Baart's QMK Basics Blog](https://thomasbaart.nl/category/mechanical-keyboards/firmware/qmk/qmk-basics/) – 一个站在新人视角,探讨如何使用QMK固件的个人博客。
-
-### 命令行操作参考资料 :id=command-line-resources
-
-* [Good General Tutorial on Command Line](https://www.codecademy.com/learn/learn-the-command-line)
-* [Must Know Linux Commands](https://www.guru99.com/must-know-linux-commands.html)<br>
-* [Some Basic Unix Commands](https://www.tjhsst.edu/~dhyatt/superap/unixcmd.html)
-
-### 文本编辑器相关参考资料 :id=text-editor-resources
-
-对文本编辑器有选择困难?
-* [a great introduction to the subject](https://learntocodewith.me/programming/basics/text-editors/)
-
-更适用于编程的文本编辑器:
-* [Sublime Text](https://www.sublimetext.com/)
-* [VS Code](https://code.visualstudio.com/)
-
-### Git参考资料
-
-* [Great General Tutorial](https://www.codecademy.com/learn/learn-git)
-* [Flight Rules For Git](https://github.com/k88hudson/git-flight-rules)
-* [Git Game To Learn From Examples](https://learngitbranching.js.org/)