Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 984 Bytes

File metadata and controls

30 lines (20 loc) · 984 Bytes

✍ Use

v3.X.X documentation:

v3.X.X-develop documentation:

  • Download this branch: https://github.com/ontimize/docs/tree/3.x.x-develop

    IMPORTANT
    If this is the first time you are working with this documentation, run this command before continue.

    bundle install
    

    This will install the necessary Ruby gems. Please, if the installation modifies your Gemfile.lock file, DO NOT UPLOAD IT.

  • Run the following command to launch a local Jekyll server and check the documentation

    bundle exec jekyll serve --config _config.yml,_config.deploy.yml
    

Deploy v3.X.X documentation:

  • Upload all the changes you want to deploy in version 3.x.x to the 3.x.x-develop branch. Make a pull request from version 3.x.x-develop to version 3.x.x and merge it.