Github user joel-hamill commented on a diff in the pull request:
https://github.com/apache/kafka-site/pull/104#discussion_r147256597
--- Diff: 0110/streams/core-concepts.html ---
@@ -19,7 +19,17 @@
<script id="content-template" type="text/x-handlebars-template">
<h1>Core Concepts</h1>
-
+ <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`
---