mirror of https://github.com/zulip/zulip.git
docs: Remove the footer, which directed people to help with docs.
This commit is contained in:
parent
e82581e5bd
commit
3ccae20566
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue