LENS-580: Add mailing list subscribe/unsubscribe information on website for beginners
Project: http://git-wip-us.apache.org/repos/asf/incubator-lens/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-lens/commit/2e90c29c Tree: http://git-wip-us.apache.org/repos/asf/incubator-lens/tree/2e90c29c Diff: http://git-wip-us.apache.org/repos/asf/incubator-lens/diff/2e90c29c Branch: refs/heads/current-release-line Commit: 2e90c29c4058ec11e905327ed16bb01de0260a9d Parents: b0783db Author: Yash Sharma <[email protected]> Authored: Wed May 27 20:03:44 2015 +0530 Committer: Rajat Khandelwal <[email protected]> Committed: Wed May 27 20:03:44 2015 +0530 ---------------------------------------------------------------------- src/site/apt/lenshome/quick-start.apt | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-lens/blob/2e90c29c/src/site/apt/lenshome/quick-start.apt ---------------------------------------------------------------------- diff --git a/src/site/apt/lenshome/quick-start.apt b/src/site/apt/lenshome/quick-start.apt index 86bd60a..6f62b7b 100644 --- a/src/site/apt/lenshome/quick-start.apt +++ b/src/site/apt/lenshome/quick-start.apt @@ -19,6 +19,23 @@ Getting started with Lens +* + +** Subscribe to mailing lists + +*----------+----------------------------------------------+-------------------------------------------------+ +| | Subscribe | Unsubscribe | +*----------+----------------------------------------------+-------------------------------------------------+ +| User | [email protected] | [email protected] | +*----------+----------------------------------------------+-------------------------------------------------+ +| Dev | [email protected] | [email protected] | +*----------+----------------------------------------------+-------------------------------------------------+ +| Commits | [email protected] | [email protected] | +*----------+----------------------------------------------+-------------------------------------------------+ + + +** Try out Lens + Start with installation steps described {{{./install-and-run.html}here}} and try out {{{./pseudo-distributed-setup.html}pseudo distributed setup}}. Refer to {{{../admin/index.html} Admin documentation}} for more information on server components
