|
1 | | -# The Modern JavaScript Tutorial |
| 1 | +# Müasir JavaScript Dərsliyi |
2 | 2 |
|
3 | | -This repository hosts the English content of the Modern JavaScript Tutorial, published at [https://javascript.info](https://javascript.info). |
| 3 | +Bu repositoriya [https://javascript.info](https://javascript.info) saytında yayımlanan Müasir JavaScript Dərsliyinin Azərbaycan dilli məzmununu saxlayır. |
4 | 4 |
|
5 | | -## Translations |
| 5 | +## Tərcümə |
6 | 6 |
|
7 | | -We'd like to make the tutorial available in many languages. Please help us to translate. |
| 7 | +Məqsədimiz bu dərsliyi Azərbaycan dilində sizlərə çatdırmaqdır. Tərcümə üçün hər zaman köməyə ehtiyacımız olacaq. |
8 | 8 |
|
9 | | -See <https://javascript.info/translate> for the details. |
| 9 | +Ətraflı məlumat üçün <https://javascript.info/translate> keçidinə daxil olun. |
10 | 10 |
|
11 | | -## Contributions |
| 11 | +## Töhfə |
12 | 12 |
|
13 | | -We'd also like to collaborate on the tutorial with other people. |
| 13 | +Biz həm də başqa insanlarla birlikdə işləməyi sevirik. |
14 | 14 |
|
15 | | -Something's wrong? A topic is missing? Explain it to people, add as PR 👏 |
| 15 | +Nə isə səhv yazılıb? Hansısa mövzu çatışmır? Issue yaradın və bunu bizə izah edin 👏 |
16 | 16 |
|
17 | | -**You can edit the text in any editor.** The tutorial uses enhanced "markdown" format, easy to grasp. And if you want to see how it looks on-site, there's a server to run the tutorial locally at <https://github.com/javascript-tutorial/server>. |
| 17 | +**Mətni istədiyiniz mətn redaktoru ilə dəyişə bilərsiniz.** Dərslik, artırılmış "markdown" formatında yazılıb, bu sadədir və asan başa düşülür. Əgər etdiyiniz dəyişiklikləri anında görmək istəyirsinizsə, öz lokal serverinizi yaratmaq üçün bu repositoriyaya baxın: <https://github.com/javascript-tutorial/server>. |
18 | 18 |
|
19 | | -The list of contributors is available at <https://javascript.info/about#contributors>. |
| 19 | +## Quruluş |
20 | 20 |
|
21 | | -## Structure |
| 21 | +Hər bir fəsil, məqalə və ya tapşırıq öz qovluğunda yerləşdirilməlidir. |
22 | 22 |
|
23 | | -Every chapter, article or a task has its folder. |
| 23 | +Qovluq, `N-url` şəklində adlandırılmalıdır. Burada `N`, sıralama məqsədi üçün istifadə olunan ixtiyari bir natural ədəddir, `url` isə saytda həmin mövzuya keçid üçün linkdə istifadə olunacaq. |
24 | 24 |
|
25 | | -The folder is named like `N-url`, where `N` is a number for the sorting purposes and `url` is the URL part with title of the material. |
| 25 | +Materialın növü, quvluqdakı adı ilə təyin olunur: |
26 | 26 |
|
27 | | -The type of the material is defined by the file inside the folder: |
| 27 | +- `index.md` fəsili |
| 28 | +- `article.md` məqaləni |
| 29 | +- `task.md` isə tapşırıqları təmsil edir (tapşırığın həlləri `solution.md` faylında yerləşdirilməlidir) |
28 | 30 |
|
29 | | - - `index.md` stands for a chapter |
30 | | - - `article.md` stands for an article |
31 | | - - `task.md` stands for a task (solution must be provided in `solution.md` file aswell) |
| 31 | +Hər bir material `# Əsas başlıq` başlığı ilə başlayır. |
32 | 32 |
|
33 | | -Each of these files starts from the `# Main header`. |
34 | | - |
35 | | -It's very easy to add something new. |
| 33 | +Yeni məznun əlavə etmək isə çox asandır. |
36 | 34 |
|
37 | 35 | --- |
| 36 | + |
38 | 37 | ♥ |
39 | 38 | Ilya Kantor @iliakan |
0 commit comments