philwhln / docs

The Rocket.Chat server, desktop, mobile, user, admin & developer documentation.

Home Page:https://rocket.chat/docs/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rocket.Chat Docs

This is the official repository for Rocket.Chat Documentation.

Requirements

  • Ruby >= 2.3 (Recommended >= 2.5)
  • bundler gem installed (>= 1.17.3)

Contributing

This is a quick guide on how to run the docs site locally, for a more in depth guide please look here.

Installation

Install bundler using your terminal, run:

$ gem install bundler --version 1.17.3

And install the dependencies (also on terminal):

$ bundle install

Running locally

Start the server using your terminal:

$ jekyll serve --incremental --safe

The application will be available on browser at http://localhost:4000.

Linting your changes locally:

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

About

The Rocket.Chat server, desktop, mobile, user, admin & developer documentation.

https://rocket.chat/docs/

License:MIT License


Languages

Language:CSS 47.0%Language:HTML 23.2%Language:JavaScript 19.3%Language:Ruby 9.5%Language:Dockerfile 0.5%Language:Shell 0.5%