Add an image to unversioned warnings

pull/6/head
Tim Hockin 2015-07-13 15:14:53 -07:00
parent bb90a3cea0
commit c4953c6287
2 changed files with 9 additions and 1 deletions

View File

@ -24,13 +24,21 @@ var endUnversionedWarning = endMungeTag(unversionedWarningTag)
const unversionedWarning = `
<!-- BEGIN STRIP_FOR_RELEASE -->
<h1>*** PLEASE NOTE: This document applies to the HEAD of the source
![WARNING](http://releases.k8s.io/HEAD/docs/warning.png)
![WARNING](http://releases.k8s.io/HEAD/docs/warning.png)
![WARNING](http://releases.k8s.io/HEAD/docs/warning.png)
<h1>PLEASE NOTE: This document applies to the HEAD of the source
tree only. If you are using a released version of Kubernetes, you almost
certainly want the docs that go with that version.</h1>
<strong>Documentation for specific releases can be found at
[releases.k8s.io](http://releases.k8s.io).</strong>
![WARNING](http://releases.k8s.io/HEAD/docs/warning.png)
![WARNING](http://releases.k8s.io/HEAD/docs/warning.png)
![WARNING](http://releases.k8s.io/HEAD/docs/warning.png)
<!-- END STRIP_FOR_RELEASE -->
`

BIN
docs/warning.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB