Github user guozhangwang commented on a diff in the pull request:
https://github.com/apache/kafka-site/pull/105#discussion_r147801292
--- Diff: 0110/streams/index.html ---
@@ -17,20 +17,20 @@
</script>
<script id="streams-template" type="text/x-handlebars-template">
<h1>Kafka Streams API</h1>
- <div class="sub-nav-sticky">
+ <div class="sub-nav-sticky">
<div class="sticky-top">
<div style="height:35px">
- <a class="active-menu-item"
href="/{{version}}/documentation/streams/">Introduction</a>
- <a
href="/{{version}}/documentation/streams/developer-guide">Developer Guide</a>
+ <a class="active-menu-item" href="#">Introduction</a>
+ <a
href="/{{version}}/documentation/streams/developer-guide">Developers Guide</a>
--- End diff --
This seems a regression to me.
---