Fix syntax highlighting and remove CI code tests #5
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 addmdbook 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).