From c853e3dae989ce2365b4b3cf0b37f8c54dc6b767 Mon Sep 17 00:00:00 2001 From: hanhxiao Date: Fri, 26 Jul 2019 19:33:05 +0800 Subject: [PATCH] docs(tutorial): fix svg size --- tutorials/component-yaml-spec.md | 4 ++-- tutorials/gnes-compose-yaml-spec.md | 11 ++++++++--- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/tutorials/component-yaml-spec.md b/tutorials/component-yaml-spec.md index cadc96ba..f19e6665 100644 --- a/tutorials/component-yaml-spec.md +++ b/tutorials/component-yaml-spec.md @@ -8,7 +8,7 @@ Essentially, GNES requires two types of YAML config:

- +

@@ -249,7 +249,7 @@ For many real-world applications, a single encoder is often not enough. For exam

- +

diff --git a/tutorials/gnes-compose-yaml-spec.md b/tutorials/gnes-compose-yaml-spec.md index f7a9c44f..2fc5cfed 100644 --- a/tutorials/gnes-compose-yaml-spec.md +++ b/tutorials/gnes-compose-yaml-spec.md @@ -6,7 +6,12 @@ Essentially, GNES requires two types of YAML config: - GNES-compose YAML - [Component-wise YAML](component-yaml-spec.md) -![](./img/mermaid-diagram-20190726180826.svg) +

+ + + +

+ All other YAML files, including the docker-compose YAML config and Kubernetes config generated from the [GNES Board](https://board.gnes.ai) or `gnes compose` command are not a part of this tutorial. Interested readers are welcome to read their [YAML specification](https://docs.docker.com/compose/compose-file/) respectively. @@ -102,12 +107,12 @@ services: - GNES workflow of example 1 + GNES workflow of example 1 - GNES workflow of example 2 + GNES workflow of example 2