diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-04-06 14:08:11 -0700 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-04-06 14:08:11 -0700 |
commit | 855c9b9aef2cb615529f490e15177540e35c4b79 (patch) | |
tree | 51d40941f61f7d1c22ed7f4243cd5b3f37c2def3 | |
parent | d1e55aef8edb9def83b580ea0f3209e34968e73d (diff) | |
download | gitbook-855c9b9aef2cb615529f490e15177540e35c4b79.zip gitbook-855c9b9aef2cb615529f490e15177540e35c4b79.tar.gz gitbook-855c9b9aef2cb615529f490e15177540e35c4b79.tar.bz2 |
Add documentation about multi-languages books
-rw-r--r-- | README.md | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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. |