diff options
| author | David Hovey <david@hoveytech.com> | 2019-06-06 12:01:11 -0700 |
|---|---|---|
| committer | David Hovey <david@hoveytech.com> | 2019-06-06 12:01:11 -0700 |
| commit | 849efd24bc154da63abec484e0f454c7e7fd24ef (patch) | |
| tree | 332883aa066b2793f64f9988bdb6b4e81cd31587 /icons | |
| parent | 97cf0c1c913b2078f19559646ded444f270c107f (diff) | |
Updating icon documentation
Diffstat (limited to 'icons')
| -rw-r--r-- | icons/README.md | 20 |
1 files 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) |
