/wethod-support

Wethod Support & Knowledge Base

Primary LanguageRubyApache License 2.0Apache-2.0

wethod-support

This repository contains all that is needed to fully generate the Knowledge Base of Wethod.

How to run locally

  • Clone this repository to your machine.
  • Make sure to have Ruby installed (tested fine on Ruby 2.1.x).
  • Install required dependencies with bundle install
  • Run jekyll serve
  • Go to http://localhost:4000/help/

How to build in production

This is mostly:

cd wethod-support-clone
bundle exec jekyll build --destination $target_folder -c _config.yml,_private_config.yml