GitHub user AhyoungRyu opened a pull request: https://github.com/apache/zeppelin/pull/1502
[gh-pages] Separate "Supported Interpreters" table from Zeppelin download page ### What is this PR for? Currently "Available Interpreters" table is located under [Zeppelin download page](https://zeppelin.apache.org/download.html#available-interpreters). But this page can't be the first page for the beginners(or any Zeppelin users). So it would be better to separate this page from download page for the future usage. Please see the attached screenshot gif :) ### What type of PR is it? Documentation & gh-pages ### How should this be tested? Checkout `gh-pages` branch and build locally as described in [here](https://github.com/apache/zeppelin/tree/gh-pages#build-website). ### Screenshots (if appropriate) Just FYI, I changed each interpreters name from plain text to header tag(`<h6>`) so that users can use header anchor. (e.g. https://zeppelin.apache.org/supported_interpreters.html#jdbc )  ### Questions: * Does the licenses files need update? no * Is there breaking changes for older versions? no * Does this needs documentation? no You can merge this pull request into a Git repository by running: $ git pull https://github.com/AhyoungRyu/zeppelin gh-page/separatePage Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zeppelin/pull/1502.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #1502 ---- commit 7e0cb5245489f6f83467618fda269b1e9e57e393 Author: AhyoungRyu <ahyoung...@apache.org> Date: 2016-10-11T02:53:14Z Separate 'supported interpreters' table from download.md ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---