diff options
author | shela <shelaf@users.noreply.github.com> | 2021-06-14 15:31:50 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-14 15:31:50 +0900 |
commit | ae45faca2660c41aab5eea957bc979f4c385bde5 (patch) | |
tree | 7004b2b7f44dab832b2d3b43c1f65de9740e551c | |
parent | 449b4b8d86b9ea24321b9aa0a32fc58c796eb447 (diff) | |
download | qmk_firmware-ae45faca2660c41aab5eea957bc979f4c385bde5.tar.gz qmk_firmware-ae45faca2660c41aab5eea957bc979f4c385bde5.zip |
[Docs] Update Japanese newbs_learn_more_resources.md (#12839)
* Update Japanese newbs_learn_more_resources.md document.
* Slightly modded
-rw-r--r-- | docs/ja/newbs_learn_more_resources.md | 28 |
1 files changed, 23 insertions, 5 deletions
diff --git a/docs/ja/newbs_learn_more_resources.md b/docs/ja/newbs_learn_more_resources.md index e5437ca86..686b92446 100644 --- a/docs/ja/newbs_learn_more_resources.md +++ b/docs/ja/newbs_learn_more_resources.md | |||
@@ -2,13 +2,13 @@ | |||
2 | 2 | ||
3 | <!--- | 3 | <!--- |
4 | grep --no-filename "^[ ]*git diff" docs/ja/*.md | sh | 4 | grep --no-filename "^[ ]*git diff" docs/ja/*.md | sh |
5 | original document: 0.9.0:docs/newbs_learn_more_resources.md | 5 | original document: 0.12.45:docs/newbs_learn_more_resources.md |
6 | git diff 0.9.0 HEAD -- docs/newbs_learn_more_resources.md | cat | 6 | git diff 0.12.45 HEAD -- docs/newbs_learn_more_resources.md | cat |
7 | --> | 7 | --> |
8 | 8 | ||
9 | これらのリソースは、QMK コミュニティの新しいメンバーに、初心者向けドキュメントで提供されている情報に対する理解を深めることを目的としています。 | 9 | これらのリソースは、QMK コミュニティの新しいメンバーに、初心者向けドキュメントで提供されている情報に対する理解を深めることを目的としています。 |
10 | 10 | ||
11 | ## QMK に関するリソース: | 11 | ## QMK に関するリソース |
12 | 12 | ||
13 | ### 英語 :id=english-resources-qmk | 13 | ### 英語 :id=english-resources-qmk |
14 | 14 | ||
@@ -18,17 +18,35 @@ | |||
18 | 18 | ||
19 | _日本語のリソース情報を募集中です。_ | 19 | _日本語のリソース情報を募集中です。_ |
20 | 20 | ||
21 | ## コマンドラインに関するリソース: | 21 | ## コマンドラインに関するリソース :id=command-line-resources |
22 | 22 | ||
23 | ### 英語 :id=english-resources-cli | 23 | ### 英語 :id=english-resources-cli |
24 | 24 | ||
25 | * [Good General Tutorial on Command Line](https://www.codecademy.com/learn/learn-the-command-line) | 25 | * [Good General Tutorial on Command Line](https://www.codecademy.com/learn/learn-the-command-line) |
26 | * [Must Know Linux Commands](https://www.guru99.com/must-know-linux-commands.html)<br> | ||
27 | * [Some Basic Unix Commands](https://www.tjhsst.edu/~dhyatt/superap/unixcmd.html) | ||
26 | 28 | ||
27 | ### 日本語 :id=japanese-resources-cli | 29 | ### 日本語 :id=japanese-resources-cli |
28 | 30 | ||
29 | _日本語のリソース情報を募集中です。_ | 31 | _日本語のリソース情報を募集中です。_ |
30 | 32 | ||
31 | ## Git に関するリソース: | 33 | ## テキストエディタに関するリソース :id=text-editor-resources |
34 | |||
35 | どのテキストエディタを使えば良いか分かりませんか? | ||
36 | |||
37 | ### 英語 :id=english-resources-text-editor | ||
38 | |||
39 | * [a great introduction to the subject](https://learntocodewith.me/programming/basics/text-editors/) | ||
40 | |||
41 | ### 日本語 :id=japanese-resources-text-editor | ||
42 | |||
43 | _日本語のリソース情報を募集中です。_ | ||
44 | |||
45 | コーディング用に特別に作成されたエディタ: | ||
46 | * [Sublime Text](https://www.sublimetext.com/) | ||
47 | * [VS Code](https://code.visualstudio.com/) | ||
48 | |||
49 | ## Git に関するリソース | ||
32 | 50 | ||
33 | ### 英語 :id=english-resources-git | 51 | ### 英語 :id=english-resources-git |
34 | 52 | ||