File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ timeline mixer: "" {
10
10
}
11
11
People discovery : "People discovery \n service "
12
12
admixer : Ad mixer {
13
- fill : "#c1a2f3 "
13
+ style . fill : "#c1a2f3 "
14
14
}
15
15
16
16
onboarding service : "Onboarding \n service "
@@ -54,7 +54,7 @@ Android: {
54
54
55
55
web -> twitter fe
56
56
timeline scorer : "Timeline\n Scorer " {
57
- fill : "#ffdef1 "
57
+ style . fill : "#ffdef1 "
58
58
}
59
59
home ranker : Home Ranker
60
60
@@ -66,7 +66,7 @@ timeline mixer -> home ranker: {
66
66
}
67
67
timeline mixer -> timeline service
68
68
home mixer : Home mixer {
69
- # fill: "#c1a2f3"
69
+ # style. fill: "#c1a2f3"
70
70
}
71
71
container0 .graphql -> home mixer : {
72
72
style .stroke-dash : 4
@@ -93,23 +93,24 @@ prediction service2: Prediction Service {
93
93
icon : https://cdn-icons-png.flaticon.com/512/6461/6461819.png
94
94
}
95
95
home scorer : Home Scorer {
96
- fill : "#ffdef1 "
96
+ style . fill : "#ffdef1 "
97
97
}
98
98
manhattan : Manhattan
99
99
memcache : Memcache {
100
100
icon : https://d1q6f0aelx0por.cloudfront.net/product-logos/de041504-0ddb-43f6-b89e-fe04403cca8d-memcached.png
101
101
}
102
102
103
103
fetch : Fetch {
104
- multiple : true
104
+ style . multiple : true
105
105
shape : step
106
106
}
107
+
107
108
feature : Feature {
108
- multiple : true
109
+ style . multiple : true
109
110
shape : step
110
111
}
111
112
scoring : Scoring {
112
- multiple : true
113
+ style . multiple : true
113
114
shape : step
114
115
}
115
116
fetch -> feature
You can’t perform that action at this time.
0 commit comments