Repository: flink
Updated Branches:
refs/heads/release-1.2 c709dce63 -> bd6277b10
[FLINK-6952] [docs] Add link to Javadocs
Project: http://git-wip-us.apache.org/repos/asf/flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/flink/commit/bb7f08b6
Tree: http://git-wip-us.apache.org/repos/asf/flink/tree/bb7f08b6
Diff: http://git-wip-us.apache.org/repos/asf/flink/diff/bb7f08b6
Branch: refs/heads/release-1.2
Commit: bb7f08b690ea96ef3c4b422a4ed14bf5566b85ee
Parents: c709dce
Author: Ufuk Celebi <uce@apache.org>
Authored: Tue Jun 20 12:19:07 2017 +0200
Committer: Ufuk Celebi <uce@apache.org>
Committed: Thu Jun 22 11:50:53 2017 +0200
----------------------------------------------------------------------
docs/_includes/sidenav.html | 1 +
1 file changed, 1 insertion(+)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/flink/blob/bb7f08b6/docs/_includes/sidenav.html
----------------------------------------------------------------------
diff --git a/docs/_includes/sidenav.html b/docs/_includes/sidenav.html
index e3bb2d7..9a49484 100644
--- a/docs/_includes/sidenav.html
+++ b/docs/_includes/sidenav.html
@@ -126,6 +126,7 @@ level is determined by 'nav-pos'.
{% endif %}
{% endfor %}
<li class="divider"></li>
+ <li><a href="https://ci.apache.org/projects/flink/flink-docs-release-{{site.version_short}}/api/java"><i
class="fa fa-external-link title" aria-hidden="true"></i> Javadocs</a></li>
<li><a href="http://flink.apache.org"><i class="fa fa-external-link title"
aria-hidden="true"></i> Project Page</a></li>
</ul>
|