Skip to content

Commit 48e9ab4

Browse files
authored
Merge pull request #1787 from EnterpriseDB/docs/docs-dashboard-reorg
reorganized homepage
2 parents a61fbd1 + d4aa225 commit 48e9ab4

File tree

1 file changed

+35
-46
lines changed

1 file changed

+35
-46
lines changed

src/pages/index.js

Lines changed: 35 additions & 46 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,25 @@ const Page = () => (
107107
</IndexCardLink>
108108
</IndexCard>
109109

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+
110129
<IndexCard
111130
iconName={iconNames.CONTROL}
112131
headingText="Monitoring & Admin Tools"
@@ -119,6 +138,15 @@ const Page = () => (
119138
</IndexCardLink>
120139
</IndexCard>
121140

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+
122150
<IndexCard
123151
iconName={iconNames.HIGH_AVAILABILITY}
124152
headingText="High Availability Tools"
@@ -149,15 +177,6 @@ const Page = () => (
149177
<IndexCardLink to="/pgpool/latest">pgPool-II</IndexCardLink>
150178
</IndexCard>
151179

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-
161180
<IndexCard
162181
iconName={iconNames.DRIVES}
163182
headingText="Backup & Recovery Tools"
@@ -186,24 +205,6 @@ const Page = () => (
186205
</IndexCardLink>
187206
</IndexCard>
188207

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-
207208
<IndexCard
208209
iconName={iconNames.CODE_WRITING}
209210
headingText="Integration"
@@ -212,29 +213,17 @@ const Page = () => (
212213
Foreign Data Wrappers
213214
</span>
214215
<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
222217
</IndexCardLink>
218+
<IndexCardLink to="/mongo_data_adapter/latest">Mongo</IndexCardLink>
219+
<IndexCardLink to="/mysql_data_adapter/latest">MySQL</IndexCardLink>
223220
<span className="font-weight-bold text-muted text-uppercase small mt-4 d-block">
224221
Connectors
225222
</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>
238227
</IndexCard>
239228

240229
<IndexCard iconName={iconNames.MODULE} headingText="Extensions">

0 commit comments

Comments
 (0)