Skip to content
This repository has been archived by the owner on Feb 1, 2023. It is now read-only.

SAP-archive/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SAP Conversational AI documentation

This repository contains the documentation for the SAP Conversational AI platform. The hosted version is here.

Installation

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

Run the project with hot reload

In a terminal, enter:

> bundle exec jekyll serve --livereload

You can now go on http://localhost:4000 to see it live.

Build the project

bundle exec jekyll build