Skip to content

Commit

Permalink
docs: add IBM provider
Browse files Browse the repository at this point in the history
  • Loading branch information
mingrammer committed May 23, 2021
1 parent 36ce5d5 commit 97f4e85
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ Diagrams lets you draw the cloud system architecture **in Python code**. It was
![aws provider](https://img.shields.io/badge/AWS-orange?logo=amazon-aws&color=ff9900)
![azure provider](https://img.shields.io/badge/Azure-orange?logo=microsoft-azure&color=0089d6)
![gcp provider](https://img.shields.io/badge/GCP-orange?logo=google-cloud&color=4285f4)
![ibm provider](https://img.shields.io/badge/IBM-orange?logo=ibm&color=052FAD)
![kubernetes provider](https://img.shields.io/badge/Kubernetes-orange?logo=kubernetes&color=326ce5)
![alibaba cloud provider](https://img.shields.io/badge/AlibabaCloud-orange)
![oracle cloud provider](https://img.shields.io/badge/OracleCloud-orange?logo=oracle&color=f80000)
Expand Down
3 changes: 3 additions & 0 deletions website/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@
"nodes/generic": {
"title": "Generic"
},
"nodes/ibm": {
"title": "IBM"
},
"nodes/k8s": {
"title": "K8S"
},
Expand Down

0 comments on commit 97f4e85

Please sign in to comment.