[
https://issues.apache.org/jira/browse/FLINK-2752?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14987277#comment-14987277
]
ASF GitHub Bot commented on FLINK-2752:
---------------------------------------
Github user mjsax commented on a diff in the pull request:
https://github.com/apache/flink/pull/1320#discussion_r43746969
--- Diff: docs/_includes/navbar.html ---
@@ -39,7 +39,7 @@
<!-- The navigation links. -->
<div class="collapse navbar-collapse"
id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav">
- <li{% if page.url == '/index.html' %} class="active"{% endif
%}><a href="{{ site.baseurl}}/index.html">Overview<span class="hidden-sm
hidden-xs"> {{ site.version_short }}</span></a></li>
+ <li{% if page.url == '/' %} class="active"{% endif %}><a
href="{{ site.baseurl}}/">Overview<span class="hidden-sm hidden-xs"> {{
site.version_short }}</span></a></li>
--- End diff --
We can for sure. But do we want? :) Why should it be better? I think
"Overview" is good.
> Documentation is not easily differentiable from the Flink homepage
> ------------------------------------------------------------------
>
> Key: FLINK-2752
> URL: https://issues.apache.org/jira/browse/FLINK-2752
> Project: Flink
> Issue Type: Bug
> Components: Documentation
> Affects Versions: 0.9, 0.10
> Reporter: Maximilian Michels
> Assignee: Matthias J. Sax
> Priority: Minor
> Labels: starter
> Fix For: 0.9, 0.10
>
>
> When users go to the documentation, either via the homepage's quickstart menu
> or the documentation menu, the transition to the documentation is not easily
> noticeable; the layout of both pages are pretty much the same. There should
> be a hint in the documentation page "Flink documentation version X. Click
> here to go back to the homepage" or something similar.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)