Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi-language books #34

Closed
SamyPesse opened this issue Apr 6, 2014 · 0 comments
Closed

Multi-language books #34

SamyPesse opened this issue Apr 6, 2014 · 0 comments

Comments

@SamyPesse
Copy link
Member

Here is a format proposition for multi-language books:

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](fr/)
* [English](en/)

And generates a book for each language in the _book folder.

@AaronO AaronO changed the title Multi-languages book Multi-language books Apr 6, 2014
SamyPesse added a commit that referenced this issue Apr 6, 2014
SamyPesse added a commit that referenced this issue Jun 12, 2014
Nyar233 pushed a commit to Nyar233/gitbook that referenced this issue May 12, 2024
* codeblock styling

* fix hover rounding

* checkpoint layout

* improve highlight algo

* v1 syntax theme

* fix table cell add title style

* color tweaks

* opaque sticky numbers

* fix collection spaces

* card aspect fix

* adding back full-width tables

* num tabs

* Add v1 more table types

* format
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant