소스 검색

docs: add link for nodes documentation

pull/19/head
mingrammer 4 년 전
부모
커밋
0c8795be78
2개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      README.md
  2. +2
    -0
      docs/guides/node.md

+ 1
- 1
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



+ 2
- 0
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 `-`.


불러오는 중...
취소
저장