We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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!
v0.4.14
The text was updated successfully, but these errors were encountered:
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).
Sorry, something went wrong.
Ok, thank you!
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: