...

Text file src/edge-infra.dev/pkg/f8n/warehouse/lift/cmd/graph/style.d2

Documentation: edge-infra.dev/pkg/f8n/warehouse/lift/cmd/graph

     1classes: {
     2  img: {
     3    shape: page
     4    style: {
     5      fill: "#ffdbf2"
     6      stroke: "#e895cb"
     7      font: mono
     8    }
     9  }
    10
    11  idx: {
    12    shape: page
    13    style: {
    14      fill: "#c8e7be"
    15      stroke: "#90a188"
    16      multiple: true
    17      font: mono
    18    }
    19  }
    20
    21  layer: {
    22    shape: rectangle
    23    style: {
    24      stroke: "#0072b2"
    25      fill: "#dbe4f1"
    26      font: mono
    27    }
    28  }
    29
    30  objects: {
    31    style: {
    32      stroke: "#fca903"
    33    }
    34  }
    35}
    36
    37Legend: {
    38  near: bottom-center
    39
    40  Layer: {
    41    ref: type@sha256:... {class:layer}
    42    ref2: type/runtime capability@sha256:... {class:layer}
    43  }
    44  Index: {
    45    ref: package name@sha256:... {class:idx}
    46  }
    47  Image: {
    48    ref: package name@sha256:... {class:img}
    49  }
    50  K8s Manifests: {
    51    objs: |yaml
    52      Kind/Name
    53      Deployment/bar
    54    |{class: objects}
    55  }
    56}

View as plain text