This is the official repository for Rocket.Chat Documentation.
- Ruby >= 2.3 (Recommended >= 2.5)
- bundler gem installed (>= 1.17.3)
This is a quick guide on how to run the docs site locally, for a more in depth guide please look here.
Install bundler
using your terminal, run:
$ gem install bundler --version 1.17.3
And install the dependencies (also on terminal):
$ bundle install
Start the server using your terminal:
$ jekyll serve --incremental --safe
The application will be available on browser at http://localhost:4000
.
You should always lint your changes to find errors locally before pushing your changes. This only takes seconds, from the docs
directory you can run on terminal:
$ mdl ./ -r ~MD004 -i -g