From d1a0adf6cafb0acb329eefe5c7493cb64390890f Mon Sep 17 00:00:00 2001 From: Seth Vargo Date: Sun, 26 Oct 2014 22:14:56 -0400 Subject: [PATCH] Do not index "Jespen" code block The word "Jespen" is one of our top keywords because it appears so many times in the Jespen Testing page. This commit adds a comment to disable Google indexing in that code block so we can better target keywords. --- website/source/docs/internals/jepsen.html.markdown | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/source/docs/internals/jepsen.html.markdown b/website/source/docs/internals/jepsen.html.markdown index abf7973a46..d91a265054 100644 --- a/website/source/docs/internals/jepsen.html.markdown +++ b/website/source/docs/internals/jepsen.html.markdown @@ -32,6 +32,8 @@ Below is the output captured from Jepsen. We ran Jepsen multiple times, and it passed each time. This output is only representative of a single run. + + ```text $ lein test :only jepsen.system.consul-test @@ -4020,3 +4022,5 @@ INFO jepsen.system.consul - :n5 consul nuked Ran 1 tests containing 1 assertions. 0 failures, 0 errors. ``` + +