> For the complete documentation index, see [llms.txt](https://huataihuang.gitbook.io/cloud-atlas-draft/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://huataihuang.gitbook.io/cloud-atlas-draft/develop/doc/gitbook/gitbook_multi_language.md).

# GitBook多国语言

[Multi-language books](https://github.com/GitbookIO/gitbook/issues/34) 和 [Multi-Languages](https://help.gitbook.com/format/languages.html) 介绍了gitbook多国语言版本的文档撰写

```
repository/
LANGS.md
en/
    README.md
    SUMMARY.md
    ...
fr/
    README.md
    SUMMARY.md
    ...
```

Since gitbook can generate a book from a directory like en or fr, it can detect the LANGS.md file which should follow the format:

* [French](https://github.com/huataihuang/cloud-atlas-draft/tree/6f3204fffc11cf006abd394631e2598d98b415c3/develop/doc/gitbook/fr/README.md)
* [English](https://github.com/huataihuang/cloud-atlas-draft/tree/6f3204fffc11cf006abd394631e2598d98b415c3/develop/doc/gitbook/en/README.md)
* [中文](https://github.com/huataihuang/cloud-atlas-draft/tree/6f3204fffc11cf006abd394631e2598d98b415c3/develop/doc/gitbook/cn/README.md)
