MINOR: Update version for doc to 2.0.0 (#5262)

Reviewers: Damian Guy <damian.guy@gmail.com>
This commit is contained in:
Rajini Sivaram 2018-06-21 11:18:31 +01:00 committed by GitHub
parent 6732593bba
commit bb68b9c046
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -26,8 +26,8 @@
<div class="right">
<!--#include virtual="../includes/_docs_banner.htm" -->
<h1>Documentation</h1>
<h3>Kafka 1.1 Documentation</h3>
Prior releases: <a href="/07/documentation.html">0.7.x</a>, <a href="/08/documentation.html">0.8.0</a>, <a href="/081/documentation.html">0.8.1.X</a>, <a href="/082/documentation.html">0.8.2.X</a>, <a href="/090/documentation.html">0.9.0.X</a>, <a href="/0100/documentation.html">0.10.0.X</a>, <a href="/0101/documentation.html">0.10.1.X</a>, <a href="/0102/documentation.html">0.10.2.X</a>, <a href="/0110/documentation.html">0.11.0.X</a>, <a href="/10/documentation.html">1.0.X</a>.
<h3>Kafka 2.0 Documentation</h3>
Prior releases: <a href="/07/documentation.html">0.7.x</a>, <a href="/08/documentation.html">0.8.0</a>, <a href="/081/documentation.html">0.8.1.X</a>, <a href="/082/documentation.html">0.8.2.X</a>, <a href="/090/documentation.html">0.9.0.X</a>, <a href="/0100/documentation.html">0.10.0.X</a>, <a href="/0101/documentation.html">0.10.1.X</a>, <a href="/0102/documentation.html">0.10.2.X</a>, <a href="/0110/documentation.html">0.11.0.X</a>, <a href="/10/documentation.html">1.0.X</a>, <a href="/11/documentation.html">1.1.X</a>.
<!--#include virtual="toc.html" -->

View File

@ -17,8 +17,8 @@ limitations under the License.
// Define variables for doc templates
var context={
"version": "11",
"dotVersion": "1.1",
"fullDotVersion": "1.1.0",
"version": "20",
"dotVersion": "2.0",
"fullDotVersion": "2.0.0",
"scalaVersion": "2.11"
};