mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
Create "join chat" button for Zulip.
The image that we are using can be found in the zulip repository in the directory`static/images/help` named as chat-with-zulip-button. We use the new button in the readme, and we also provide instructions on how to embed the button in other sites in the help docs. Fixes: #2270
This commit is contained in:
committed by
Steve Howell
parent
f2d7f37757
commit
db894b9912
@@ -19,7 +19,7 @@ missed-message emails, desktop apps, and much more.
|
||||
Further information on the Zulip project and its features can be found
|
||||
at https://www.zulip.org.
|
||||
|
||||
[](https://travis-ci.org/zulip/zulip) [](https://coveralls.io/github/zulip/zulip?branch=master) [](http://zulip.readthedocs.io/en/latest/)
|
||||
[](https://travis-ci.org/zulip/zulip) [](https://coveralls.io/github/zulip/zulip?branch=master) [](http://zulip.readthedocs.io/en/latest/) [](https://chat.zulip.org)
|
||||
|
||||
## Community
|
||||
|
||||
|
BIN
static/images/help/chat-with-zulip-button.png
Normal file
BIN
static/images/help/chat-with-zulip-button.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.7 KiB |
10
templates/zerver/help/chat-button-for-zulip.md
Normal file
10
templates/zerver/help/chat-button-for-zulip.md
Normal file
@@ -0,0 +1,10 @@
|
||||
# **Chat button for zulip**
|
||||
* This button can be used by users to get redirected to [Zulip Chat Portal for Developers](https://chat.zulip.org).
|
||||
* This is found in the zulip's page in [GitHub](https://github.com/zulip/zulip) as it is inside of README file.
|
||||
* To add `chat with zulip button` embed the following code:
|
||||
|
||||
~~~
|
||||
[](https://chat.zulip.org)
|
||||
~~~
|
||||
|
||||
* You can find the button icon in the `zulip/static/images/help` directory named as chat-with-zulip-button.
|
@@ -114,6 +114,10 @@ as a “**realm**”.
|
||||
* Use Zulip in a terminal
|
||||
* Connect to Zulip over IRC/etc (not implemented?)
|
||||
|
||||
# Include Zulip
|
||||
|
||||
* [Chat with zulip button](/help/chat-button-for-zulip)
|
||||
|
||||
---
|
||||
|
||||
# Old table of contents:
|
||||
|
Reference in New Issue
Block a user