This repository contains the source code for the Istio Workshop website.
The website is built using Gitbook site generator and is currently hosted on Github pages. The full rendered version of the static content is available in the istioworkshop.github.io repository.
Install Gitbook:
$ npm install gitbook-cli -g
Load website submodule:
$ git submodule update --init --recursive
Run Gitbook server:
$ gitbook serve
In order to deploy rendered content to Github pages, run:
$ ./deploy.sh