layout | permalink |
---|---|
home |
/index.html |
This is the official repository for Rocket.Chat Documentation.
This is a quick guide on how to run the docs site locally, for a more in depth guide please look here
- install ruby (version 2.5 or higher recommended, if using any version prior to 2.5 you will need to install bundler with
gem install bundler
). - Fork the repository.
- Clone your fork.
- Run
bundle install
inside of the cloned docs folder. - Start the server with
bundle exec "jekyll serve --incremental --safe"
.