JAMES-2435 Improve visibility of how-tos
Project: http://git-wip-us.apache.org/repos/asf/james-project/repo Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/98e7eee8 Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/98e7eee8 Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/98e7eee8 Branch: refs/heads/master Commit: 98e7eee88910ffafd3f0e0bd48c3e81db4dd13e7 Parents: 46b7fea Author: Raphael Ouazana <[email protected]> Authored: Thu Jul 5 16:16:03 2018 +0200 Committer: benwa <[email protected]> Committed: Fri Jul 6 16:26:35 2018 +0700 ---------------------------------------------------------------------- src/homepage/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/james-project/blob/98e7eee8/src/homepage/index.html ---------------------------------------------------------------------- diff --git a/src/homepage/index.html b/src/homepage/index.html index 53bf2a3..333b3fa 100644 --- a/src/homepage/index.html +++ b/src/homepage/index.html @@ -87,7 +87,9 @@ layout: default <a href="images/james-smtp-relay.png" data-lightbox="james-schema" data-title="James SMTP relay" alt="James SMTP relay" class="james-schema"><span class="fa fa-sitemap"></span>using james as smtp relay<span class="fa fa-long-arrow-right"></span></a> <a href="images/james-imap-server.png" data-lightbox="james-schema" data-title="James IMAP server" alt="James IMAP server" class="james-schema"><span class="fa fa-sitemap"></span>using james as an imap server<span class="fa fa-long-arrow-right"></span></a><br/><br/> - <p>Available how-tos for James features are detailed <a href="howTo">here</a>.</p> + <a href="howTo/index.html" data-title="How To" alt="How To" class="james-schema"> + <span class="fa fa-sitemap"></span>Click here to see how-tos for some James features<span class="fa fa-long-arrow-right"></span> + </a> <h2 class="big-h2"><span class="fa fa-wrench"></span> <span>James is a <b>living Open Source project</b> (all developments and implementations are based on open technical standards), any function which is not already available from <b>can be developed!</b></span></h2> </div> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
