@@ -80,62 +80,58 @@ digraph G {
8080 ]
8181
8282 subgraph cluster_python {
83+ node [style=filled, color=pink];
8384 style=filled;
8485 color=lightgrey;
85- node [style=filled, color=pink];
86- p_1 -> p_2;
87- label = "*Desarrollador Python*";
8886 fontsize = 20;
87+ label = "*Desarrollador Python*";
8988 href="/learning-path/python-developer/";
9089 target="_top";
90+ p_1 -> p_2;
9191 }
9292
9393 subgraph cluster_web {
94- style=filled;
95- color=lightgrey;
9694 node [style=filled, color=pink];
97- d_1 -> d_2;
98- label = "*Desarrollador Web*";
99- fontsize = 20;
95+ style=filled;
10096 color=lightblue;
97+ fontsize = 20;
98+ label = "*Desarrollador Web*";
10199 href="/learning-path/web-developer/";
102100 target="_top";
101+ d_1 -> d_2;
103102 }
104103
105104 subgraph cluster_science {
106- style=filled;
107- color=lightgrey;
108105 node [style=filled, color=pink];
109- ds_1 -> ds_2;
110- label = "*Ciencias de Datos*";
111- fontsize = 20;
106+ style=filled;
112107 color=lightblue;
108+ fontsize = 20;
109+ label = "*Ciencias de Datos*";
113110 href="/learning-path/data-science/";
114111 target="_top";
112+ ds_1 -> ds_2;
115113 }
116114
117115 subgraph cluster_devops {
118- style=filled;
119- color=lightgrey;
120116 node [style=filled, color=pink];
121- dv_1 -> dv_2;
122- label = "*Cloud y DevOps*";
123- fontsize = 20;
117+ style=filled;
124118 color=green;
119+ fontsize = 20;
120+ label = "*Cloud y DevOps*";
125121 href="/learning-path/cloud-devops/";
126122 target="_top";
123+ dv_1 -> dv_2;
127124 }
128125
129126 subgraph cluster_ml {
130- style=filled;
131- color=lightgrey;
132127 node [style=filled,color=pink];
133- ml_1 -> ml_2;
134- label = "*Machine Learning e IA*";
135- fontsize = 20;
128+ style=filled;
136129 color=green;
130+ fontsize = 20;
131+ label = "*Machine Learning e IA*";
137132 href="/learning-path/machine-learning-ai/";
138133 target="_top";
134+ ml_1 -> ml_2;
139135 }
140136
141137 p_2 -> d_1;
0 commit comments