summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2014-04-06 14:08:11 -0700
committerSamy Pessé <samypesse@gmail.com>2014-04-06 14:08:11 -0700
commit855c9b9aef2cb615529f490e15177540e35c4b79 (patch)
tree51d40941f61f7d1c22ed7f4243cd5b3f37c2def3
parentd1e55aef8edb9def83b580ea0f3209e34968e73d (diff)
downloadgitbook-855c9b9aef2cb615529f490e15177540e35c4b79.zip
gitbook-855c9b9aef2cb615529f490e15177540e35c4b79.tar.gz
gitbook-855c9b9aef2cb615529f490e15177540e35c4b79.tar.bz2
Add documentation about multi-languages books
-rw-r--r--README.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/README.md b/README.md
index 0a90be5..89c0d85 100644
--- a/README.md
+++ b/README.md
@@ -108,3 +108,14 @@ Exercises need to start and finish with a separation bar (```---``` or ```***```
---
+#### Multi-Languages
+
+GitBook supports generation of books written in multiple languages. Each languages should be a sub-directory with a normal GitBook format, and a file named `LANGS.md` should be present at the root of the repository with the following format:
+
+```
+* [English](en/)
+* [French](fr/)
+* [Español](es/)
+```
+
+You can see a complete example with the [Learn Git](https://github.com/GitbookIO/git) book.