I realized that running mdbook test with Travis CI is unnecessary since we don't actually have any Rust code to test in the docs. More often than not, the tests cause a failed build because unlabelled code blocks are automatically interpreted as Rust code. We can add mdbook test to the build pipeline at a later stage if the situation changes.
This PR also makes minor improvements to syntax highlighting by labeling existing code blocks (as bash, plaintext or nginx).
I realized that running `mdbook test` with Travis CI is unnecessary since we don't actually have any Rust code to test in the docs. More often than not, the tests cause a failed build because unlabelled code blocks are automatically interpreted as Rust code. We can add `mdbook test` to the build pipeline at a later stage if the situation changes.
This PR also makes minor improvements to syntax highlighting by labeling existing code blocks (as bash, plaintext or nginx).
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
I realized that running
mdbook testwith Travis CI is unnecessary since we don't actually have any Rust code to test in the docs. More often than not, the tests cause a failed build because unlabelled code blocks are automatically interpreted as Rust code. We can addmdbook testto the build pipeline at a later stage if the situation changes.This PR also makes minor improvements to syntax highlighting by labeling existing code blocks (as bash, plaintext or nginx).