Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

Commit

Permalink
docs(tutorial): fix svg size
Browse files Browse the repository at this point in the history
  • Loading branch information
hanhxiao committed Jul 26, 2019
1 parent 2a80a68 commit c853e3d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
4 changes: 2 additions & 2 deletions tutorials/component-yaml-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Essentially, GNES requires two types of YAML config:

<p align="center">
<a href="https://gnes.ai">
<img src="./img/mermaid-diagram-20190726180826.svg" width="60%">
<img src="./img/mermaid-diagram-20190726180826.svg" width="80%">
</a>
</p>

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

<p align="center">
<a href="https://gnes.ai">
<img src="./img/mermaid-diagram-20190726183010.svg" width="60%">
<img src="./img/mermaid-diagram-20190726183010.svg" width="80%">
</a>
</p>

Expand Down
11 changes: 8 additions & 3 deletions tutorials/gnes-compose-yaml-spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
<p align="center">
<a href="https://gnes.ai">
<img src="./img/mermaid-diagram-20190726180826.svg" width="80%">
</a>
</p>


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.

Expand Down Expand Up @@ -102,12 +107,12 @@ services:
<tr>
<td>
<a href="https://gnes.ai">
<img src="./img/mermaid-diagram-20190726150644.svg" alt="GNES workflow of example 1">
<img src="./img/mermaid-diagram-20190726150644.svg" alt="GNES workflow of example 1" height="200px">
</a>
</td>
<td>
<a href="https://gnes.ai">
<img src="./img/mermaid-diagram-20190726150531.svg" alt="GNES workflow of example 2">
<img src="./img/mermaid-diagram-20190726150531.svg" alt="GNES workflow of example 2" height="200px">
</a>
</td>
</tr>
Expand Down

0 comments on commit c853e3d

Please sign in to comment.