Repository: incubator-impala Updated Branches: refs/heads/asf-site c05e85d7b -> abaa6f0de
IMPALA-4181: add links to built docs on Documentation page Change-Id: I5d1cd958127c1c13dd5a08e0ad33e69256df769b Reviewed-on: http://gerrit.cloudera.org:8080/6666 Reviewed-by: Jim Apple <[email protected]> Tested-by: Michael Brown <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/incubator-impala/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-impala/commit/abaa6f0d Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/abaa6f0d Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/abaa6f0d Branch: refs/heads/asf-site Commit: abaa6f0de74c5f8b6ac1df797db94914e3a554f6 Parents: c05e85d Author: Michael Brown <[email protected]> Authored: Tue Apr 18 08:18:19 2017 -0700 Committer: Michael Brown <[email protected]> Committed: Tue Apr 18 16:09:21 2017 +0000 ---------------------------------------------------------------------- impala-docs.html | 27 +++++++++++++++++++++++++-- 1 file changed, 25 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/abaa6f0d/impala-docs.html ---------------------------------------------------------------------- diff --git a/impala-docs.html b/impala-docs.html index e6a6596..055fd31 100644 --- a/impala-docs.html +++ b/impala-docs.html @@ -133,8 +133,31 @@ <div class="row"> <div class="span12"><h2>Documentation</h2> - <p><a href="http://www.cloudera.com/content/cloudera-content/cloudera-docs/CDH5/latest/Impala/impala.html" - >Documentation for previous versions of Impala in CDH</a></p> + </div> + </div> + + <!-- Retain only the latest version's HTML so that Google search + results don't present older versions. --> + + <div class="row"> + <div class="span12"><h3>Latest Release</h3> + <p> + Impala 2.8 + <a href="docs/build/html/index.html">HTML</a> + <a href="docs/build/impala.pdf">PDF</a> + </p> + </div> + </div> + + <div class="row"> + <div class="span12"><h3>Older Releases</h3> + <!-- Older versions' PDFs can eventually go here. For example, when + 2.9 is released, the 2.8 PDF can be linked. For now, we just + retain the old CDH link. --> + <p> + <a href="http://www.cloudera.com/content/cloudera-content/cloudera-docs/CDH5/latest/Impala/impala.html" + >Documentation for previous versions of Impala in CDH</a> + </p> </div> </div>
