Bladeren bron

docs: add link for nodes documentation

pull/19/head
mingrammer 4 jaren geleden
bovenliggende
commit
0c8795be78
2 gewijzigde bestanden met toevoegingen van 3 en 1 verwijderingen
  1. +1
    -1
      README.md
  2. +2
    -0
      docs/guides/node.md

+ 1
- 1
README.md Bestand weergeven

@@ -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



+ 2
- 0
docs/guides/node.md Bestand weergeven

@@ -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 `-`.


Laden…
Annuleren
Opslaan