You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by gw...@apache.org on 2016/10/30 18:59:21 UTC

kafka-site git commit: fix includes to missing files in 0101 docs and update mobile nav to accomodate the Events page

Repository: kafka-site
Updated Branches:
  refs/heads/asf-site 448583d02 -> 30a4e5bcb


fix includes to missing files in 0101 docs and update mobile nav to accomodate the Events page


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

Branch: refs/heads/asf-site
Commit: 30a4e5bcba819661cf938f5208c53f96419fd0e4
Parents: 448583d
Author: Derrick Or <de...@gmail.com>
Authored: Sat Oct 29 14:41:39 2016 +0000
Committer: Derrick Or <de...@gmail.com>
Committed: Sat Oct 29 14:41:39 2016 +0000

----------------------------------------------------------------------
 0101/migration.html | 4 ++--
 0101/protocol.html  | 8 ++++----
 styles.css          | 2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka-site/blob/30a4e5bc/0101/migration.html
----------------------------------------------------------------------
diff --git a/0101/migration.html b/0101/migration.html
index 5240d86..08a6271 100644
--- a/0101/migration.html
+++ b/0101/migration.html
@@ -15,7 +15,7 @@
  limitations under the License.
 -->
 
-<!--#include virtual="../includes/header.html" -->
+<!--#include virtual="../includes/_header.htm" -->
 <h2><a id="migration" href="#migration">Migrating from 0.7.x to 0.8</a></h2>
 
 0.8 is our first (and hopefully last) release with a non-backwards-compatible wire protocol, ZooKeeper     layout, and on-disk data format. This was a chance for us to clean up a lot of cruft and start fresh. This means performing a no-downtime upgrade is more painful than normal&mdash;you cannot just swap in the new code in-place.
@@ -31,4 +31,4 @@
     <li>Drink.
 </ol>
 
-<!--#include virtual="../includes/footer.html" -->
+<!--#include virtual="../includes/_footer.htm" -->

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/30a4e5bc/0101/protocol.html
----------------------------------------------------------------------
diff --git a/0101/protocol.html b/0101/protocol.html
index ae70971..4637a3e 100644
--- a/0101/protocol.html
+++ b/0101/protocol.html
@@ -15,10 +15,10 @@
  limitations under the License.
 -->
 
-<!--#include virtual="../includes/header.html" -->
-<!--#include virtual="../includes/top.html" -->
+<!--#include virtual="../includes/_header.htm" -->
+<!--#include virtual="../includes/_top.htm" -->
 <div class="content">
-    <!--#include virtual="../includes/nav.html" -->
+    <!--#include virtual="../includes/_nav.htm" -->
     <div class="right">
         <h1>Kafka protocol guide</h1>
 
@@ -228,4 +228,4 @@ Size => int32
         $(function() { $('.b-nav__project').addClass('selected'); });
     </script>
 
-<!--#include virtual="../includes/footer.html" -->
+<!--#include virtual="../includes/_footer.htm" -->

http://git-wip-us.apache.org/repos/asf/kafka-site/blob/30a4e5bc/styles.css
----------------------------------------------------------------------
diff --git a/styles.css b/styles.css
index 6cfbd11..8d10bcb 100644
--- a/styles.css
+++ b/styles.css
@@ -514,7 +514,7 @@ nav .btn {
 	}
 	.navindicator__item {
 		height: .2rem;
-		width: calc(79% / 11);
+		width: calc(79% / 12); /* Note: width of mobile nav indicator should be divided by number of top level pages */
 		background-color: #888888;
 		display: inline-block;
 		margin: 0 .5%;