You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -93,7 +93,7 @@ Let's explore a few of these categories.
93
93
1.**Triangles**:
94
94
95
95
<img
96
-
class="image-design"
96
+
class="image-design-icons"
97
97
src={Triangles}
98
98
align="center"
99
99
width="25%"
@@ -109,7 +109,7 @@ Let's explore a few of these categories.
109
109
2.**Rectangles**:
110
110
111
111
<img
112
-
class="image-design"
112
+
class="image-design-icons"
113
113
src={Rectangles}
114
114
align="center"
115
115
width="25%"
@@ -126,7 +126,7 @@ Let's explore a few of these categories.
126
126
3.**User Icons**:
127
127
128
128
<img
129
-
class="image-design"
129
+
class="image-design-icons"
130
130
src={Users}
131
131
align="center"
132
132
width="25%"
@@ -141,7 +141,7 @@ Let's explore a few of these categories.
141
141
4.**Cylinders**:
142
142
143
143
<img
144
-
class="image-design"
144
+
class="image-design-icons"
145
145
src={Cylinders}
146
146
align="center"
147
147
width="25%"
@@ -167,7 +167,7 @@ Note that users have the flexibility to **customize** these arrow styles to suit
167
167
**Edge Relationships**
168
168
169
169
<img
170
-
class="image-design"
170
+
class="image-design-icons"
171
171
src={DashedArrows}
172
172
align="center"
173
173
width="25%"
@@ -178,7 +178,7 @@ These are used to indicate traffic flow and relationships between components. Th
178
178
**Annotations**
179
179
180
180
<img
181
-
class="image-design"
181
+
class="image-design-icons"
182
182
src={AnnotationArrow}
183
183
align="center"
184
184
width="25%"
@@ -191,7 +191,7 @@ These are used to denote annotations or static connections between components. T
191
191
1.**Edge-Network Relationship**: Represented by a dashed arrow with **port/network protocol**.
192
192
193
193
<img
194
-
class="image-design"
194
+
class="image-design-icons"
195
195
src={NetworkEdgeRelationship}
196
196
align="center"
197
197
width="50%"
@@ -212,7 +212,7 @@ These are used to denote annotations or static connections between components. T
212
212
The intermediary component (such as a RoleBinding) connects the two, defining how permissions are assigned. For example, a dashed arrow from a `Role` to a `ServiceAccount` with a `RoleBinding` in the middle shows the connection established by the RoleBinding, which links the specific role to the service account and grants the appropriate permissions.
213
213
214
214
<img
215
-
class="image-design"
215
+
class="image-design-icons"
216
216
src={EdgePermissions}
217
217
align="center"
218
218
width="50%"
@@ -236,7 +236,7 @@ Meshery extends and offers support for numerous [integrations](https://docs.mesh
236
236
In Meshery, these integrated components are distinctly represented by their specific logos as icons and various shapes. These components can be found in `Components` in the dock.
0 commit comments