You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by gu...@apache.org on 2017/11/03 16:30:13 UTC

kafka-site git commit: add the missing template handlers

Repository: kafka-site
Updated Branches:
  refs/heads/asf-site 9a5f1d8fb -> 5badc890e


add the missing template handlers


Project: http://git-wip-us.apache.org/repos/asf/kafka-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/kafka-site/commit/5badc890
Tree: http://git-wip-us.apache.org/repos/asf/kafka-site/tree/5badc890
Diff: http://git-wip-us.apache.org/repos/asf/kafka-site/diff/5badc890

Branch: refs/heads/asf-site
Commit: 5badc890e1072053c807ea240fb59af268563e4f
Parents: 9a5f1d8
Author: Guozhang Wang <wa...@gmail.com>
Authored: Fri Nov 3 09:30:06 2017 -0700
Committer: Guozhang Wang <wa...@gmail.com>
Committed: Fri Nov 3 09:30:06 2017 -0700

----------------------------------------------------------------------
 10/upgrade.html | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka-site/blob/5badc890/10/upgrade.html
----------------------------------------------------------------------
diff --git a/10/upgrade.html b/10/upgrade.html
index 4e55417..e21a7c5 100644
--- a/10/upgrade.html
+++ b/10/upgrade.html
@@ -17,6 +17,8 @@
 
 <script><!--#include virtual="js/templateData.js" --></script>
 
+<script id="upgrade-template" type="text/x-handlebars-template">
+
 <h4><a id="upgrade_1_0_0" href="#upgrade_1_0_0">Upgrading from 0.8.x, 0.9.x, 0.10.0.x, 0.10.1.x, 0.10.2.x or 0.11.0.x to 1.0.0</a></h4>
 <p>Kafka 1.0.0 introduces wire protocol changes. By following the recommended rolling upgrade plan below,
     you guarantee no downtime during the upgrade. However, please review the <a href="#upgrade_100_notable">notable changes in 1.0.0</a> before upgrading.