summaryrefslogtreecommitdiffstats
path: root/docs/languages.md
blob: 9acead0a9a8a77b83559724c7977c3ab563f042f (plain)
1
2
3
4
5
6
7
8
9
# Multi-Languages

GitBook supports building books written in multiple languages. Each language should be a sub-directory following the normal GitBook format, and a file named `LANGS.md` should be present at the root of the repository with the following format:

```markdown
* [English](en/)
* [French](fr/)
* [EspaƱol](es/)
```