Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 481 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 481 Bytes

QCon Istio Service Mesh workshop labs

This repository contains the labs for the QCon Istio Service Mesh workshop.

Join the conversation and Q&A here.

Building locally

Make sure you have mkdocs and mkdocs-material installed (e.g. pip3 install mkdocs mkdocs-material).

To run the site locally, run:

mkdocs serve

Updating the public page

To push the changes to the GH pages, run:

mkdocs gh-deploy