Open Issues Need Help
View All on GitHubAI Summary: Add a minimal configuration to the Rust Embedded Discovery Book project to enable EPUB generation using `mdbook-epub`. This involves configuring the project to build an EPUB version of the book and potentially adding EPUB build checks to the CI pipeline. The goal is to provide an easily accessible EPUB version for users and improve the project's build process.
AI Summary: The task is to improve the Continuous Integration (CI) process for the Rust Embedded Discovery Book project. Specifically, the CI needs to be updated to check the validity of internal URLs (paths to images) within the book's markdown files, preventing broken links from being published. This involves modifying the CI pipeline to actively verify these internal paths.