1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2024-12-01 10:51:06 +02:00
comprehensive-rust/third_party/mdbook
Martin Geisler e2c59ddbb5
Test translations using same source as for publish (#1492)
Before we would run `mdbook test` using the current Markdown sources.
This is subtly wrong: we publish the course using back-dated sources,
so we should therefore also run the tests using the same sources (this
ensures that the code snippets actually work).

After this commit, all translatable content lives in exactly two
directories:

- `src/`
- `third_party/`

We need to restore both directories when testing and when publishing.
This ensures consistency in the Markdown text and in the included
source code.

A new `.github/workflows/build.sh` script takes care of preparing the
two directories according to the date in the PO file (if any).

To ensure we can restore all of `third_party/` to an old commit, the
non-changing `third_party/mdbook/book.js` file has been moved to
`theme/book.js`. The file is generated by `mdbook init --theme`,
making it suitable for modification by the user (us). Symlinks have
been added to `third_party/mdbook/` to indicate that the files
ultimately came from upstream.
2024-01-04 17:04:44 +01:00
..
book.js Test translations using same source as for publish (#1492) 2024-01-04 17:04:44 +01:00
index.hbs Test translations using same source as for publish (#1492) 2024-01-04 17:04:44 +01:00
LICENSE Add book.js generated with mdbook init --theme 2023-03-01 13:14:42 +01:00
README.md Add book.js generated with mdbook init --theme 2023-03-01 13:14:42 +01:00

mdBook

This directory contains files copied from mdBook. Please see https://github.com/rust-lang/mdBook/ for the full project.

License

mdBook is licensed under the Mozilla Public License v2.0 (LICENSE).