docs: Remove the footer, which directed people to help with docs.

This commit is contained in:
Lyla Fischer 2018-06-01 15:36:42 -04:00 committed by showell
parent e82581e5bd
commit 3ccae20566
3 changed files with 0 additions and 23 deletions

View File

@ -2159,11 +2159,6 @@ input.new-organization-button {
border-radius: 5px;
}
.documentation-footer {
font-size: .85rem;
color: hsl(0, 0%, 66%);
}
#devtools-wrapper {
text-align: right;
}

View File

@ -17,15 +17,6 @@
<div class="markdown">
<div class="content">
{{ render_markdown_path(article, api_uri_context) }}
<div id="footer" class="documentation-footer">
<hr />
<p>
<a href="/api/">Documentation home</a>.
The Zulip software, including this documentation, is open source! Learn how
you can contribute <a href="https://zulip.readthedocs.io/en/latest/subsystems/user-docs.html">here</a>.
</p>
</div>
</div>
</div>
</div>

View File

@ -17,15 +17,6 @@
<div class="markdown">
<div class="content">
{{ render_markdown_path(article, api_uri_context) }}
<div id="footer" class="documentation-footer">
<hr />
<p>
<a href="/help/">Documentation home</a>.
The Zulip software, including this documentation, is open source! Learn how
you can contribute <a href="https://zulip.readthedocs.io/en/latest/subsystems/user-docs.html">here</a>.
</p>
</div>
</div>
</div>
</div>