X Tutup
Skip to content
Closed
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
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

This repository hosts the content of the Modern JavaScript Tutorial, published at [https://javascript.info](https://javascript.info).

## Translations
## __Translations__

- Russian: [https://github.com/iliakan/javascript-tutorial-ru](https://github.com/iliakan/javascript-tutorial-ru).
- Chinese: the ongoing translation at [https://github.com/iliakan/javascript-tutorial-cn](https://github.com/iliakan/javascript-tutorial-cn), go ahead and join if you know Chinese.
Expand All @@ -12,17 +12,17 @@ If you'd like to translate it into your language then fork the English tutorial

Please use this repository to file issues and suggest PRs for the text.

## Structure
## __Structure__

Every chapter, article or a task has its folder.

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.
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.

The type of the material is defined by the file inside the folder:

- `index.md` stands for a chapter
- `article.md` stands for an article
- `task.md` stands for a task (solution must be provided in `solution.md` file aswell)
- __`index.md`__ stands for a chapter
- __`article.md`__ stands for an article
- __`task.md`__ stands for a task (solution must be provided in __`solution.md`__ file aswell)

Each of these files starts from the `# Main header`.

Expand Down
X Tutup