Skip to content

Commit

Permalink
docs(website): update text on top page. (mingrammer#571)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabriel-tessier authored and ngruelaneo committed Nov 25, 2022
1 parent 750e28d commit 0d51818
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion website/pages/en/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,10 @@ class Index extends React.Component {
`Diagram as Code` allows you to **track** the architecture diagram changes in any **version control** system.
</MarkdownBlock>
<MarkdownBlock>
Diagrams currently supports six major providers: `AWS`, `Azure`, `GCP`, `Kubernetes`, `Alibaba Cloud` and `Oracle Cloud`. It now also supports `On-Premise` nodes as well as `Programming Languages` and `Frameworks`.
Diagrams currently supports main major providers including: `AWS`, `Azure`, `GCP`, `Kubernetes`, `Alibaba Cloud`, `Oracle Cloud` etc... It also supports `On-Premise` nodes, `SaaS` and major `Programming` frameworks and languages.
</MarkdownBlock>
<MarkdownBlock>
`NOTE: It does not control any actual cloud resources nor does it generate cloud formation or terraform code. It is just for drawing the cloud system architecture diagrams.`
</MarkdownBlock>
</div>
);
Expand Down

0 comments on commit 0d51818

Please sign in to comment.