Add a help page with link to the user manual and other sources

This commit is contained in:
Jyri-Petteri Paloposki 2020-07-23 22:20:28 +03:00
parent 5be552a71f
commit cf5751cdce
5 changed files with 20 additions and 0 deletions

View file

@ -0,0 +1,13 @@
<h1>Help</h1>
<p>You can find information on the usage in the <a href="https://github.com/TracksApp/tracks/wiki/User-manual">User manual</a> in the project GitHub wiki.</p>
<p>If you encounter a bug or have a feature request, please report it in the <a href="https://github.com/TracksApp/tracks/issues">issue queue</a>.</p>
<p>We gladly welcome all contributions to Tracks. Check the <a href="https://www.getontracks.org/contribute/">project website</a> for further information. You can also come discuss with the community:</p>
<ul>
<li><a href="http://groups.google.com/group/TracksApp">Mailing list</a></li>
<li><a href="https://gitter.im/TracksApp/tracks">Gitter chat</a></li>
<li><a href="https://webchat.freenode.net/#Tracks">IRC channel #Tracks@FreeNode</li>
</ul>

View file

@ -51,6 +51,7 @@
<%= t('layouts.navigation.help') %> <span class="caret"></span>
</a>
<ul class="dropdown-menu">
<li><%= link_to t('layouts.navigation.help_page'), help_path %></li>
<li><%= link_to t('layouts.navigation.integrations_'), integrations_path %></li>
<li><%= link_to t('layouts.navigation.api_docs'), rest_api_docs_path %></li>
</ul>