mirror of https://github.com/zulip/zulip.git
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:
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.
|
||||
|
||||
[![Build Status](https://travis-ci.org/zulip/zulip.svg?branch=master)](https://travis-ci.org/zulip/zulip) [![Coverage Status](https://coveralls.io/repos/github/zulip/zulip/badge.svg?branch=master)](https://coveralls.io/github/zulip/zulip?branch=master) [![docs](https://readthedocs.org/projects/pip/badge/?version=latest)](http://zulip.readthedocs.io/en/latest/)
|
||||
[![Build Status](https://travis-ci.org/zulip/zulip.svg?branch=master)](https://travis-ci.org/zulip/zulip) [![Coverage Status](https://coveralls.io/repos/github/zulip/zulip/badge.svg?branch=master)](https://coveralls.io/github/zulip/zulip?branch=master) [![docs](https://readthedocs.org/projects/pip/badge/?version=latest)](http://zulip.readthedocs.io/en/latest/) [![chat-with-zulip-button.png](static/images/help/chat-with-zulip-button.png)](https://chat.zulip.org)
|
||||
|
||||
## Community
|
||||
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 2.7 KiB |
|
@ -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:
|
||||
|
||||
~~~
|
||||
[![Untitled.png](https://chat.zulip.org/static/images/help/chat-with-zulip-button.png)](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:
|
||||
|
|
Loading…
Reference in New Issue