From 0c8795be789672c28789b25316c615b75ecced40 Mon Sep 17 00:00:00 2001 From: mingrammer Date: Sat, 15 Feb 2020 00:07:19 +0900 Subject: [PATCH] docs: add link for nodes documentation --- README.md | 2 +- docs/guides/node.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 9b1132c..0314d19 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ $ pipenv install diagrams $ poetry add diagrams ``` -You can start with [quick start](https://diagrams.mingrammer.com/docs/getting-started/installation#quick-start). And you can go [guides](https://diagrams.mingrammer.com/docs/guides/diagram) for more details. +You can start with [quick start](https://diagrams.mingrammer.com/docs/getting-started/installation#quick-start). Check out [guides](https://diagrams.mingrammer.com/docs/guides/diagram) for more details, and you can find all available nodes list in [Here](https://diagrams.mingrammer.com/docs/nodes/aws). ## Examples diff --git a/docs/guides/node.md b/docs/guides/node.md index 1465835..e9fb8b5 100644 --- a/docs/guides/node.md +++ b/docs/guides/node.md @@ -46,6 +46,8 @@ from diagrams.k8s.network import Service from diagrams.k8s.storage import PV, PVC, StorageClass ``` +You can find all available nodes list in [Here](https://diagrams.mingrammer.com/docs/nodes/aws). + ## Data Flow You can represent data flow by connecting the nodes with these operators: `>>`, `<<` and `-`.