From 849efd24bc154da63abec484e0f454c7e7fd24ef Mon Sep 17 00:00:00 2001 From: David Hovey Date: Thu, 6 Jun 2019 12:01:11 -0700 Subject: Updating icon documentation --- icons/README.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/icons/README.md b/icons/README.md index 20c8effb..e6940947 100644 --- a/icons/README.md +++ b/icons/README.md @@ -2,7 +2,15 @@ These icons are a way to standardize Kubernetes architecture diagrams for presentation. Having uniform architecture diagrams improve understandibility. -## Generate png icons from svg +## Tools + +```shell +./tools/update-everything.sh +``` + +This script generates png from svg, and Visio Stencil from png. + +### Generate png icons from svg ```shell ./tools/rasterize.sh @@ -10,9 +18,17 @@ These icons are a way to standardize Kubernetes architecture diagrams for presen This script will convert all svg into png. It's based on a docker container defined [here](hack/svgconvertor/Dockefile) +### Generate Visio Stencil from png icons + +```shell +./tools/update-visio.sh +``` + +This script will convert png icons into Visio stencil using project from [here](https://github.com/hoveytechllc/visio-stencil-creator) + ## How to use these icons -Each icons can be found in differents formats +Each icon can be found in differents formats * [png](png) * [svg](svg) -- cgit v1.2.3