docs: add link for nodes documentation

pull/19/head
mingrammer 6 years ago
parent 938cd6f0ac
commit 0c8795be78

@ -27,7 +27,7 @@ $ pipenv install diagrams
$ poetry add 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 ## Examples

@ -46,6 +46,8 @@ from diagrams.k8s.network import Service
from diagrams.k8s.storage import PV, PVC, StorageClass 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 ## Data Flow
You can represent data flow by connecting the nodes with these operators: `>>`, `<<` and `-`. You can represent data flow by connecting the nodes with these operators: `>>`, `<<` and `-`.

Loading…
Cancel
Save