Skip to content
/ docs-1 Public
forked from RocketChat/docs-old

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

License

Notifications You must be signed in to change notification settings

igit-cn/docs-1

 
 

Repository files navigation

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.

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 47.0%
  • HTML 23.2%
  • JavaScript 19.3%
  • Ruby 9.5%
  • Other 1.0%