Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add new learning resource to "Learn" page #416

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions content/de-DE/learn/index.smd
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ Wenn du bereit bist mit der Programmierung in Zig zu beginnen, hilft dir diese A
- [Erste Schritte](./getting-started)

## Online-Lernressourcen
- [Introduction to Zig: a project-based book](https://github.com/pedropark99/zig-book)
Ein offenes, technisches Einführungsbuch für Zig.
- [zig.guide](https://zig.guide)
Eine strukturierte Einführung in Zig von [Sobeston](https://github.com/sobeston).
- [Ziglings](https://ziglings.org)
Expand Down
2 changes: 2 additions & 0 deletions content/en-US/learn/index.smd
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ If you're ready to start programming in Zig, this guide will help you setup your
- [Getting started](./getting-started)

## Online learning resources
- [Introduction to Zig: a project-based book](https://github.com/pedropark99/zig-book)
An open, technical and introductory book for Zig.
- [zig.guide](https://zig.guide)
A structured introduction to Zig by [Sobeston](https://github.com/sobeston).
- [Ziglings](https://ziglings.org)
Expand Down
2 changes: 2 additions & 0 deletions content/it-IT/learn/index.smd
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ Se hai deciso di iniziare a programmare in Zig, questa guida ti aiuterà ad otte
- [Inizia qui](./getting-started)

## Materiale didattico online
- [Introduction to Zig: a project-based book](https://github.com/pedropark99/zig-book)
Un libro aperto, tecnico e introduttivo per Zig.
- [zig.guide](https://zig.guide)
Un'introduzione strutturata a Zig, creata da [Sobeston](https://github.com/sobeston).
- [Ziglings](https://ziglings.org)
Expand Down
2 changes: 2 additions & 0 deletions content/ja-JP/learn/index.smd
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ Zigでプログラミングを始める準備ができたら、このガイド
- [始めましょう](./getting-started)

## オンライン学習リソース
- [Introduction to Zig: a project-based book](https://github.com/pedropark99/zig-book)
Zig のオープンな技術入門書。
- [Zigを学ぶ](https://zig.guide) [Sobeston](https://github.com/sobeston)によるZigの構造的な紹介。
- [Ziglings](https://ziglings.org)
小さな壊れたプログラムを修正することでZigを学ぶ。
Expand Down
4 changes: 3 additions & 1 deletion content/uk-UA/learn/index.smd
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@
- [Початок Роботи](./getting-started)

## Онлайн-ресурси навчання
- [Introduction to Zig: a project-based book](https://github.com/pedropark99/zig-book)
Відкрита технічна вступна книга для Zig.
- [zig.guide](https://zig.guide)
Структурований вступ до Zig від [Sobeston](https://github.com/sobeston).
- [Ziglings](https://ziglings.org)
Expand All @@ -51,4 +53,4 @@
- [Road to Zig 1.0](https://www.youtube.com/watch?v=Gv2I7qTux7g) [video]
Відео від [Andrew Kelley](https://andrewkelley.me) представляючи Zig та його філософію.
- [Zig's New Relationship with LLVM](https://kristoff.it/blog/zig-new-relationship-llvm/)
Повідомлення в блозі про роботу над створенням самостійного компілятора Zig, також представлене в [статті від lwn.net](https://lwn.net/Articles/833400/).
Повідомлення в блозі про роботу над створенням самостійного компілятора Zig, також представлене в [статті від lwn.net](https://lwn.net/Articles/833400/).
2 changes: 2 additions & 0 deletions content/zh-CN/learn/index.smd
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ Zig 构建系统的介绍。
- [快速入门](./getting-started)

## 在线学习资源
- [Introduction to Zig: a project-based book](https://github.com/pedropark99/zig-book)
Zig 的一本開放式科技入門書。
- [zig.guide](https://zig.guide)
Zig 的结构化介绍,由 [Sobeston](https://github.com/sobeston) 编写。
- [Ziglings](https://ziglings.org)
Expand Down