90bb7db48e
* Update japanese translation of newbs.md and related documents. * document link id change * add `ja/` in each link `[xxx](yyy.md)` --> `[xxx](ja/yyy.md)` * copy docs/ja/_summary.md from umi-umi's #7248 and fix it
33 lines
1.0 KiB
Markdown
33 lines
1.0 KiB
Markdown
# 学習リソース
|
|
|
|
<!---
|
|
grep --no-filename "^[ ]*git diff" docs/ja/*.md | sh
|
|
original document: ed0575fc8:docs/newbs_learn_more_resources.md
|
|
git diff ed0575fc8 HEAD docs/newbs_learn_more_resources.md | cat
|
|
-->
|
|
|
|
これらのリソースは、QMKコミュニティの新しいメンバーに、初心者向けドキュメントで提供されている情報に対する理解を深めることを目的としています。
|
|
|
|
## Git に関するリース:
|
|
|
|
### 英語
|
|
|
|
* [Great General Tutorial](https://www.codecademy.com/learn/learn-git)
|
|
* [Git Game To Learn From Examples](https://learngitbranching.js.org/)
|
|
* [Git Resources to Learn More About Github](ja/getting_started_github.md)
|
|
* [Git Resources Aimed Specifically toward QMK](ja/contributing.md)
|
|
|
|
### 日本語
|
|
|
|
_日本語のリソース情報を募集中です。_
|
|
|
|
## コマンドラインに関するリソース:
|
|
|
|
### 英語
|
|
|
|
* [Good General Tutorial on Command Line](https://www.codecademy.com/learn/learn-the-command-line)
|
|
|
|
### 日本語
|
|
|
|
_日本語のリソース情報を募集中です。_
|