This repository contains all that is needed to fully generate the Knowledge Base of my cash-flow forecasting SaaS app WiseCash.
Make sure to read the companion article: Lessons Learned Building a Git-Based Knowledge Base for my SaaS product.
You can freely reuse this repository as a starting point to create your own Knowledge Base. Just make sure to tweak the appearance enough that it doesn't look too similar, and do not reuse written content, images or animations. Contact us in case of doubt. Credit/back-link is appreciated!
- 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
bundle exec jekyll serve
- Go to http://localhost:4000/help/
This is mostly:
cd wisecash-support-clone
bundle exec jekyll build --destination $target_folder -c _config.yml,_private_config.yml
Private config is used to avoid leaving it in the public repository. It is empty at the moment (but used to contain typekit id, back when it was used).