Fix syntax highlighting and remove CI code tests #5

Merged
mycognosist merged 1 commits from master into master 2020-10-22 12:45:50 +00:00
mycognosist commented 2020-10-22 12:44:22 +00:00 (Migrated from github.com)

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).
Sign in to join this conversation.
No description provided.