Improve devel docs syntax highlighting.

This commit is contained in:
Alex Robinson
2015-07-19 08:54:49 +00:00
parent 4c308f0703
commit 4182c3b394
9 changed files with 77 additions and 77 deletions

View File

@@ -35,7 +35,7 @@ Documentation for other releases can be found at
You can use [hack/get-build.sh](../../hack/get-build.sh) to or use as a reference on how to get the most recent builds with curl. With `get-build.sh` you can grab the most recent stable build, the most recent release candidate, or the most recent build to pass our ci and gce e2e tests (essentially a nightly build).
```
```console
usage:
./hack/get-build.sh [stable|release|latest|latest-green]
@@ -47,7 +47,7 @@ usage:
You can also use the gsutil tool to explore the Google Cloud Storage release bucket. Here are some examples:
```
```sh
gsutil cat gs://kubernetes-release/ci/latest.txt # output the latest ci version number
gsutil cat gs://kubernetes-release/ci/latest-green.txt # output the latest ci version number that passed gce e2e
gsutil ls gs://kubernetes-release/ci/v0.20.0-29-g29a55cc/ # list the contents of a ci release