This repository contains the documentation for the SAP Conversational AI platform. The hosted version is here.
Make sure you have bundler installed:
> gem install bundler
Clone the repository and install the dependencies:
> git clone https://github.com/SAPConversationalAI/docs.git
> cd docs
> bundle install
If you don't have jekyll installed on your computer:
> gem install jekyll
In a terminal, enter:
> bundle exec jekyll serve --livereload
You can now go on http://localhost:4000 to see it live.
bundle exec jekyll build