help: Rename the header of help docs.

Renamed the header to Home since it makes more sense,
previously it was Index.
This commit is contained in:
Akash Nimare 2018-09-12 11:59:16 +05:30 committed by Tim Abbott
parent 5f52f58bb4
commit ccdddf3a71

View File

@ -6,7 +6,7 @@
<div class="app help terms-page inline-block">
<div class="{{ sidebar_class }}">
<div class="content">
<h1><a href="{{ doc_root }}" class="no-underline">Index</a></h1>
<h1><a href="{{ doc_root }}" class="no-underline">Home</a></h1>
{{ render_markdown_path(sidebar_index, api_uri_context) }}
<h1 class="home-link"><a href="/" class="no-underline">Back to Zulip</a></h1>
</div>