d2/e2etests/testdata/files/simple_grid_edges.d2

161 lines
2.2 KiB
Text
Raw Normal View History

2023-09-14 04:18:22 +00:00
grid-rows: 4
2023-09-12 22:29:44 +00:00
grid-columns: 5
horizontal-gap: 20
2023-09-14 04:18:22 +00:00
vertical-gap: 5
2023-09-12 22:29:44 +00:00
*.class: [text; blue]
2023-09-14 04:02:23 +00:00
0,0: {
2023-09-12 22:29:44 +00:00
label: "npm i -g\n@forge/cli"
style: {
fill: "#30304c"
stroke: transparent
font-color: white
font: mono
font-size: 10
bold: false
}
}
2023-09-14 04:02:23 +00:00
0,1: {
2023-09-12 22:29:44 +00:00
label: "Set up an\nAtlassian site"
class: [text; gray]
}
2023-09-14 04:02:23 +00:00
0,2.class: empty
0,3: {
2023-09-12 22:29:44 +00:00
label: "View the hello\nworld app"
class: [text; gray]
}
2023-09-14 04:02:23 +00:00
0,4: forge\ntunnel
2023-09-14 04:18:22 +00:00
1*.class: note
1*.label: ""
1,0
1,1
1,2
1,3
1,4
2,0: forge\nlogin
2,1: forge\ncreate
2,2: forge\ndeploy
2,3: forge\ninstall
2,4: {
2023-09-12 22:29:44 +00:00
shape: diamond
label: "Hot reload\nchanges?"
class: [text; gray]
}
2023-09-14 04:18:22 +00:00
3*.class: note
3,0: Step 1
3,1: Step 2
3,2: Step 3
3,3: Step 4
3,4: ""
4,0: "" {
2023-09-12 22:29:44 +00:00
grid-rows: 3
grid-columns: 1
grid-gap: 0
class: []
style: {
fill: transparent
stroke: transparent
}
*.style: {
fill: transparent
stroke: transparent
font-color: "#30304c"
font-size: 10
bold: false
}
*.label.near: center-left
*.height: 20
a: ⬤ Forge CLI {
style.font-color: "#0033cc"
}
b: ⬤ Required {
style.font-color: "#30304c"
}
c: ⬤ Optional {
style.font-color: "#cecece"
}
}
2023-09-14 04:18:22 +00:00
4,1.class: empty
4,2.class: empty
4,3.class: empty
4,4: forge\ndeploy
2023-09-14 04:02:23 +00:00
2023-09-14 04:18:22 +00:00
0,0 -> 2,0 -> 2,1 -> 2,2 -> 2,3 -> 2,4: {
2023-09-14 04:02:23 +00:00
class: arrow
}
2023-09-14 04:18:22 +00:00
2,1 -> 0,1: {
2023-09-14 04:02:23 +00:00
class: arrow
style.stroke: "#cecece"
}
2023-09-14 04:18:22 +00:00
2,3 -> 0,3: {
2023-09-14 04:02:23 +00:00
class: arrow
style.stroke: "#cecece"
}
2023-09-14 04:18:22 +00:00
2,4 -> 0,4: Yes {
2023-09-14 04:02:23 +00:00
class: arrow
style.font-size: 10
}
2023-09-14 04:18:22 +00:00
2,4 -> 4,4: No {
2023-09-14 04:02:23 +00:00
class: arrow
style.font-size: 10
}
2023-09-12 22:29:44 +00:00
classes: {
text.style: {
stroke: transparent
font-color: white
font: mono
font-size: 10
bold: false
}
text: {
width: 100
height: 60
}
blue.style: {
fill: "#0033cc"
stroke: "#0033cc"
border-radius: 10
}
gray.style: {
fill: "#cecece"
stroke: "#cecece"
border-radius: 10
}
2023-09-14 04:18:22 +00:00
note: {
height: 30
label.near: top-center
style: {
font-size: 10
bold: false
fill: transparent
stroke: transparent
}
}
2023-09-12 22:29:44 +00:00
empty: {
label: ""
width: 50
height: 50
style: {
fill: transparent
stroke: transparent
}
}
2023-09-12 23:54:17 +00:00
arrow: {
target-arrowhead.shape: arrow
style: {
stroke: black
stroke-width: 2
}
}
}