Github user joel-hamill commented on a diff in the pull request:
https://github.com/apache/kafka-site/pull/104#discussion_r147256824
--- Diff: 0110/streams/quickstart.html ---
@@ -18,11 +18,21 @@
<script id="content-template" type="text/x-handlebars-template">
<h1>Run Streams Demo Application</h1>
-
-<p>
+ <div class="sub-nav-sticky">
+ <div class="sticky-top">
+ <div style="height:35px">
+ <a href="/{{version}}/documentation/streams/">Introduction</a>
+ <a
href="/{{version}}/documentation/streams/developer-guide">Developers Guide</a>
--- End diff --
typo `Developer Guide`
---