Skip to content

Latest commit

 

History

History
23 lines (20 loc) · 834 Bytes

README.md

File metadata and controls

23 lines (20 loc) · 834 Bytes

Structurizr Themes for Oracle Cloud Infrastructure (OCI)

Themes for adding OCI icons to Structurizr diagrams. See the available icon names at this link.

Example

workspace "Example" {
    model "OCI" {
        User    = person         "OCI User"    "Uses Oracle Cloud Infrastructure"
        Compute = softwareSystem "OCI Compute" "Provides computational service (IaaS)" "Oracle Cloud Infrastructure - VM"
        User -> Compute "Uses"
    }
    views {
        systemlandscape "SystemLandscape" {
            include *
            autoLayout
        }
        themes "https://raw.githubusercontent.com/sbalousek/OCI-Structurizr/master/light.json"
    }
}