Skip to content

Multilingual mdbook structure #2167

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

Closed
lauraluebbert opened this issue Aug 15, 2023 · 2 comments
Closed

Multilingual mdbook structure #2167

lauraluebbert opened this issue Aug 15, 2023 · 2 comments
Labels
C-question Category: A question on how to do something

Comments

@lauraluebbert
Copy link

Question

Hi, I am trying to implement a multilingual mdBook using the structure described here. However, when deploying, I get the following error:

[ERROR] (mdbook::utils): Error: Couldn't open SUMMARY.md in "/home/runner/work/gget/gget/docs/src" directory

Could somebody please help me find the current structure used to build multilingual books? Thank you!

Version

v0.4.14
@lauraluebbert lauraluebbert added the C-question Category: A question on how to do something label Aug 15, 2023
@ehuss
Copy link
Contributor

ehuss commented Aug 15, 2023

mdbook doesn't have built-in support for multiple languages. You'll need a separate book per language.

There are some third-party plugins to assist with setting up multi-lingual books, see https://github.com/rust-lang/mdBook/wiki/Third-party-plugins (such as https://github.com/google/mdbook-i18n-helpers).

@lauraluebbert
Copy link
Author

Ok, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-question Category: A question on how to do something
Projects
None yet
Development

No branches or pull requests

2 participants