Repository: incubator-impala Updated Branches: refs/heads/asf-site ae2f8d035 -> e7cdbfe48
Clean up ASF docs page 1. Make book links look less like advertisements or endorsements 2. Organize Older Releases by version 3. Remove link to old non-ASF Impala docs Change-Id: I517f4655c7728aa2e9cad80b3f49e9b6c4d822a3 Reviewed-on: http://gerrit.cloudera.org:8080/7407 Reviewed-by: Michael Brown <[email protected]> Tested-by: Jim Apple <[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/e7cdbfe4 Tree: http://git-wip-us.apache.org/repos/asf/incubator-impala/tree/e7cdbfe4 Diff: http://git-wip-us.apache.org/repos/asf/incubator-impala/diff/e7cdbfe4 Branch: refs/heads/asf-site Commit: e7cdbfe4828efa8f9893b0470c43df2c777d7a3b Parents: ae2f8d0 Author: Jim Apple <[email protected]> Authored: Wed Jul 12 06:57:38 2017 -0700 Committer: Jim Apple <[email protected]> Committed: Wed Jul 12 15:11:35 2017 +0000 ---------------------------------------------------------------------- impala-docs.html | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-impala/blob/e7cdbfe4/impala-docs.html ---------------------------------------------------------------------- diff --git a/impala-docs.html b/impala-docs.html index 75cc4c5..c254f83 100644 --- a/impala-docs.html +++ b/impala-docs.html @@ -144,7 +144,7 @@ <p> Impala 2.9 <ul> - <li><a href="docs/changelog-2.9.html">Change Log</a></li> + <li><a href="docs/changelog-2.9.html">Impala 2.9 Change Log</a></li> <li><a href="docs/build/html/index.html">HTML Documentation for Impala 2.9</a></li> <li><a href="docs/build/impala-2.9.pdf">PDF Documentation for Impala 2.9</a></li> </ul> @@ -153,19 +153,18 @@ </div> <div class="row"> - <div class="span12"><h3>Older Releases</h3> - <p><a href="docs/build/impala-2.8.pdf">PDF Documentation for Impala 2.8</a></p> - <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> - <p><a href="docs/changelog-2.8.html">Impala 2.8 Change Log</a></p> - </div> + <div class="span12"><h3>Older Releases</h3> + <p>Impala 2.8 + <ul> + <li><a href="docs/changelog-2.8.html">Impala 2.8 Change Log</a></li> + <li><a href="docs/build/impala-2.8.pdf">PDF Documentation for Impala 2.8</a></li> + </ul> + </div> </div> <div class="row"> <div class="span12"><h3>Books About Impala</h3> - <p>Below are the first books on the market about Impala, with more to come!</p> + <p>Below are the first books on the market about Impala.</p> </div> </div> <div class="row"> @@ -178,7 +177,7 @@ <p class="text-center"><a href="http://shop.oreilly.com/product/0636920033936.do"><img src="img/getting-started-impala.jpg" alt="Getting Started with Impala" border="0"></a><p> <h4 align="center"><a href="http://shop.oreilly.com/product/0636920033936.do"><em>Getting Started with Impala</em></a></h4> <p class="text-center">by John Russell (O'Reilly Media, 2015)<br> - Now in Early Release! Learn how to write, tune, and port SQL queries using Impala. </p> + Learn how to write, tune, and port SQL queries using Impala. </p> </div> @@ -198,7 +197,7 @@ <p class="text-center"><a href="http://www.packtpub.com/using-cloudera-impala/book"><img src="img/packt-book.png" alt="Learning Cloudera Impala" border="0"></a></p> <h4 align="center"><a href="http://www.packtpub.com/using-cloudera-impala/book"><em>Learning Cloudera Impala</em></a></h4> <p class="text-center">by Avkash Chauhan (Packt, 2014)<br> - Good for Hadoop and Impala beginners!</p> + For Hadoop and Impala beginners.</p> </div>
