Skip to content
Snippets Groups Projects
Commit 6cecb39a authored by Gabriel Engel's avatar Gabriel Engel
Browse files

Documentation update

parent 2fef8cff
No related branches found
No related tags found
No related merge requests found
...@@ -69,7 +69,8 @@ meteor ...@@ -69,7 +69,8 @@ meteor
- Markdown - Markdown
- Emojis - Emojis
- Transcripts / History - Transcripts / History
- I18n - Internationalization - I18n - [Internationalization with Lingohub](https://translate.lingohub.com/engelgabriel/rocket-dot-chat/dashboard)
- Hubot Friendly - [Hubot Integration Project](https://github.com/RocketChat/hubot-rocketchat)
### Roadmap for v1.0 ### Roadmap for v1.0
...@@ -77,7 +78,6 @@ meteor ...@@ -77,7 +78,6 @@ meteor
- File uploads - File uploads
- Full text search - Full text search
- REST-like APIs - REST-like APIs
- Hubot Friendly
- Off-the-Record (OTR) Messaging - Off-the-Record (OTR) Messaging
- LDAP / Kerberos Authentication - LDAP / Kerberos Authentication
- XMPP Multi-user chat (MUC) - XMPP Multi-user chat (MUC)
...@@ -93,6 +93,14 @@ Changelog can be found in the HISTORY.md file. ...@@ -93,6 +93,14 @@ Changelog can be found in the HISTORY.md file.
[Github Issues](https://github.com/RocketChat/Rocket.Chat/issues) are used to track todos, bugs, feature requests, and more. [Github Issues](https://github.com/RocketChat/Rocket.Chat/issues) are used to track todos, bugs, feature requests, and more.
### Integration
#### Hubot
The docker image is ready.
Everyone can start hacking the adapter code, or launch his/her own bot within a few minutes now.
Please head over to the [Hubot Integration Project](https://github.com/RocketChat/hubot-rocketchat) for more information.
### Documentation ### Documentation
Checkout [Github Wiki](https://github.com/RocketChat/Rocket.Chat/wiki) (coming soon) Checkout [Github Wiki](https://github.com/RocketChat/Rocket.Chat/wiki) (coming soon)
...@@ -115,9 +123,8 @@ So if you'd like to be part of the project, please check out the [roadmap](https ...@@ -115,9 +123,8 @@ So if you'd like to be part of the project, please check out the [roadmap](https
### Translations ### Translations
We are experimenting [transifex](https://www.transifex.com/organization/rocketchat). If you want to help, try it out, let us know and please give us some feedback about the experience. We are experimenting [Lingohub](https://translate.lingohub.com/engelgabriel/rocket-dot-chat/dashboard).
If you want to help, send an email to support at rocket.chat to be invited to the translation project.
<img border="0" src="https://www.transifex.com/projects/p/rocketchat/resource/eni18njson/chart/image_png?v=1"/>
### Community ### Community
......
...@@ -730,13 +730,12 @@ a.github-fork { ...@@ -730,13 +730,12 @@ a.github-fork {
&:after { &:after {
content: " "; content: " ";
display: block; display: block;
width: 4px; width: 8px;
height: 4px; height: 8px;
z-index: 10; z-index: 10;
position: absolute; position: absolute;
border-radius: 50%; border-radius: 4px;
top: calc(50% - 4px); top: 18px;
border: 2px solid #DFDFDF;
left: -14px; left: -14px;
} }
.avatar-initials { .avatar-initials {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment