@@ -107,6 +107,25 @@ const Page = () => (
107
107
</ IndexCardLink >
108
108
</ IndexCard >
109
109
110
+ < IndexCard iconName = { iconNames . KUBERNETES } headingText = "Kubernetes" >
111
+ < IndexCardLink to = "/kubernetes/cloud_native_postgresql/" >
112
+ Cloud Native PostgreSQL Operator
113
+ </ IndexCardLink >
114
+
115
+ < IndexCardLink
116
+ to = "/kubernetes/cloud_native_postgresql/interactive_demo/"
117
+ className = "nested-link"
118
+ >
119
+ Install, Configure, Deploy
120
+ < span
121
+ className = "new-thing"
122
+ title = "Walk through an interactive demo in Katacoda"
123
+ >
124
+ Demo
125
+ </ span >
126
+ </ IndexCardLink >
127
+ </ IndexCard >
128
+
110
129
< IndexCard
111
130
iconName = { iconNames . CONTROL }
112
131
headingText = "Monitoring & Admin Tools"
@@ -119,6 +138,15 @@ const Page = () => (
119
138
</ IndexCardLink >
120
139
</ IndexCard >
121
140
141
+ < IndexCard iconName = { iconNames . CONVERT } headingText = "Migration Tools" >
142
+ < IndexCardLink to = "/migration_portal/latest" >
143
+ Migration Portal
144
+ </ IndexCardLink >
145
+ < IndexCardLink to = "/migration_toolkit/latest" >
146
+ Migration Toolkit
147
+ </ IndexCardLink >
148
+ </ IndexCard >
149
+
122
150
< IndexCard
123
151
iconName = { iconNames . HIGH_AVAILABILITY }
124
152
headingText = "High Availability Tools"
@@ -149,15 +177,6 @@ const Page = () => (
149
177
< IndexCardLink to = "/pgpool/latest" > pgPool-II</ IndexCardLink >
150
178
</ IndexCard >
151
179
152
- < IndexCard iconName = { iconNames . CONVERT } headingText = "Migration Tools" >
153
- < IndexCardLink to = "/migration_portal/latest" >
154
- Migration Portal
155
- </ IndexCardLink >
156
- < IndexCardLink to = "/migration_toolkit/latest" >
157
- Migration Toolkit
158
- </ IndexCardLink >
159
- </ IndexCard >
160
-
161
180
< IndexCard
162
181
iconName = { iconNames . DRIVES }
163
182
headingText = "Backup & Recovery Tools"
@@ -186,24 +205,6 @@ const Page = () => (
186
205
</ IndexCardLink >
187
206
</ IndexCard >
188
207
189
- < IndexCard iconName = { iconNames . KUBERNETES } headingText = "Kubernetes" >
190
- < IndexCardLink to = "/kubernetes/cloud_native_postgresql/" >
191
- Cloud Native PostgreSQL Operator
192
- </ IndexCardLink >
193
- < IndexCardLink
194
- to = "/kubernetes/cloud_native_postgresql/interactive_demo/"
195
- className = "nested-link"
196
- >
197
- Install, Configure, Deploy
198
- < span
199
- className = "new-thing"
200
- title = "Walk through an interactive demo in Katacoda"
201
- >
202
- Demo
203
- </ span >
204
- </ IndexCardLink >
205
- </ IndexCard >
206
-
207
208
< IndexCard
208
209
iconName = { iconNames . CODE_WRITING }
209
210
headingText = "Integration"
@@ -212,29 +213,17 @@ const Page = () => (
212
213
Foreign Data Wrappers
213
214
</ span >
214
215
< IndexCardLink to = "/hadoop_data_adapter/latest" >
215
- Hadoop Foreign Data Wrapper
216
- </ IndexCardLink >
217
- < IndexCardLink to = "/mongo_data_adapter/latest" >
218
- Mongo Foreign Data Wrapper
219
- </ IndexCardLink >
220
- < IndexCardLink to = "/mysql_data_adapter/latest" >
221
- MySQL Foreign Data Wrapper
216
+ Hadoop
222
217
</ IndexCardLink >
218
+ < IndexCardLink to = "/mongo_data_adapter/latest" > Mongo</ IndexCardLink >
219
+ < IndexCardLink to = "/mysql_data_adapter/latest" > MySQL</ IndexCardLink >
223
220
< span className = "font-weight-bold text-muted text-uppercase small mt-4 d-block" >
224
221
Connectors
225
222
</ span >
226
- < IndexCardLink to = "/jdbc_connector/latest" >
227
- JDBC Connector
228
- </ IndexCardLink >
229
- < IndexCardLink to = "/net_connector/latest" >
230
- .NET Connector
231
- </ IndexCardLink >
232
- < IndexCardLink to = "/ocl_connector/latest" >
233
- OCL Connector
234
- </ IndexCardLink >
235
- < IndexCardLink to = "/odbc_connector/latest" >
236
- ODBC Connector
237
- </ IndexCardLink >
223
+ < IndexCardLink to = "/jdbc_connector/latest" > JDBC</ IndexCardLink >
224
+ < IndexCardLink to = "/net_connector/latest" > .NET</ IndexCardLink >
225
+ < IndexCardLink to = "/ocl_connector/latest" > OCL</ IndexCardLink >
226
+ < IndexCardLink to = "/odbc_connector/latest" > ODBC</ IndexCardLink >
238
227
</ IndexCard >
239
228
240
229
< IndexCard iconName = { iconNames . MODULE } headingText = "Extensions" >
0 commit comments