Skip to content

Instantly share code, notes, and snippets.

@podhmo
Created September 11, 2024 09:48
Show Gist options
  • Save podhmo/34190a9cb26ceda680fa174e67f3501c to your computer and use it in GitHub Desktop.
Save podhmo/34190a9cb26ceda680fa174e67f3501c to your computer and use it in GitHub Desktop.
mermaidでアーキテクチャ図がサポートされてる

mermaidでアーキテクチャ図がサポートされてるらしい。

Introducing Architecture Diagrams in Mermaid · MermaidChart Blog

architecture-beta
    group api(cloud)[API]

    service db(database)[Database] in api
    service disk1(disk)[Storage] in api
    service disk2(disk)[Storage] in api
    service server(server)[Server] in api

    db:L -- R:server
    disk1:T -- B:server
    disk2:T -- B:db
Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment