mirror of https://github.com/apache/kafka.git
MINOR: Un-hide the tutorial buttons on web docs
Author: Guozhang Wang <wangguoz@gmail.com> Reviewers: Damian Guy <damian.guy@gmail.com> Closes #3850 from guozhangwang/KMinor-unhide-button
This commit is contained in:
parent
ffd8f18a12
commit
9d2437a464
|
@ -27,7 +27,7 @@
|
|||
<img src="/{{version}}/images/streams-welcome.png" />
|
||||
</div>
|
||||
<div class="hero__cta">
|
||||
<a style="display: none;" href="/{{version}}/documentation/streams/tutorial" class="btn">Write your first app</a>
|
||||
<a href="/{{version}}/documentation/streams/tutorial" class="btn">Write your first app</a>
|
||||
<a href="/{{version}}/documentation/streams/quickstart" class="btn">Play with demo app</a>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -49,7 +49,7 @@
|
|||
<img class="card__icon card__icon--hover" src="/{{version}}/images/icons/documentation--white.png" />
|
||||
<span class="card__label">Developer manual</span>
|
||||
</a>
|
||||
<a style="display: none;" class="card" href="/{{version}}/documentation/streams/tutorial">
|
||||
<a class="card" href="/{{version}}/documentation/streams/tutorial">
|
||||
<img class="card__icon" src="/{{version}}/images/icons/tutorials.png" />
|
||||
<img class="card__icon card__icon--hover" src="/{{version}}/images/icons/tutorials--white.png" />
|
||||
<span class="card__label">Tutorials</span>
|
||||
|
|
Loading…
Reference in New Issue