istioworkshop / istio-workshop

Sources for the Istio workshop website
https://istioworkshop.github.io
8 stars 0 forks source link
istio service-mesh workshop

Istio Workshop

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.

Setup

Install Gitbook:

$ npm install gitbook-cli -g

Load website submodule:

$ git submodule update --init --recursive

Run Gitbook server:

$ gitbook serve

Deployment

In order to deploy rendered content to Github pages, run:

$ ./deploy.sh