Skip to content

Commit 92b21ba

Browse files
Oreoxmtlilin90
andauthored
update the footer of active and archived doc sites to keep them consistent with pingcap.com (#639)
* update the footer of active and archived doc sites to keep them consistent with pingcap.com * Keep TiFlash * Update wording --------- Co-authored-by: Lilian Lee <[email protected]>
1 parent b664703 commit 92b21ba

File tree

1 file changed

+31
-23
lines changed

1 file changed

+31
-23
lines changed

src/shared/resources.ts

Lines changed: 31 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -70,12 +70,12 @@ export const EN_ICON_GROUP = [
7070
},
7171
{
7272
name: "discord",
73-
href: "https://discord.gg/DQZ2dy3cuc?utm_source=doc",
73+
href: "https://discord.com/invite/vYU9h56kAX?utm_source=doc",
7474
icon: DiscordIcon,
7575
},
7676
{
7777
name: "youtube",
78-
href: "https://youtube.com/channel/UCuq4puT32DzHKT5rU1IZpIA",
78+
href: "https://www.youtube.com/PingCAP",
7979
icon: YouTubeIcon,
8080
},
8181
// {
@@ -123,12 +123,12 @@ export const ZH_ICON_GROUP = [
123123
},
124124
{
125125
name: "discord",
126-
href: "https://discord.gg/DQZ2dy3cuc?utm_source=doc",
126+
href: "https://discord.com/invite/vYU9h56kAX?utm_source=doc",
127127
icon: DiscordIcon,
128128
},
129129
{
130130
name: "youtube",
131-
href: "https://youtube.com/channel/UCuq4puT32DzHKT5rU1IZpIA",
131+
href: "https://www.youtube.com/PingCAP",
132132
icon: YouTubeIcon,
133133
},
134134
// {
@@ -178,19 +178,19 @@ export const JA_ICON_GROUP = [
178178

179179
export const EN_FOOTER_ITEMS = [
180180
{
181-
name: "Products",
181+
name: "Product",
182182
items: [
183183
{
184-
name: "TiDB Cloud Starter",
185-
url: "https://www.pingcap.com/tidb-cloud-starter/",
184+
name: "Product Overview",
185+
url: "https://www.pingcap.com/tidb/",
186186
},
187187
{
188-
name: "TiDB Cloud Dedicated",
189-
url: "https://www.pingcap.com/tidb-cloud-dedicated/",
188+
name: "TiDB Cloud",
189+
url: "https://www.pingcap.com/tidb/cloud/",
190190
},
191191
{
192192
name: "TiDB Self-Managed",
193-
url: "https://www.pingcap.com/tidb-self-managed/",
193+
url: "https://www.pingcap.com/tidb/self-managed/",
194194
},
195195
{
196196
name: "Pricing",
@@ -227,12 +227,12 @@ export const EN_FOOTER_ITEMS = [
227227
url: "https://www.pingcap.com/blog/",
228228
},
229229
{
230-
name: "Events & Webinars",
231-
url: "https://www.pingcap.com/event",
230+
name: "Articles",
231+
url: "https://www.pingcap.com/article/",
232232
},
233233
{
234-
name: "HTAP Summit",
235-
url: "https://www.pingcap.com/htap-summit/",
234+
name: "Events & Webinars",
235+
url: "https://www.pingcap.com/event",
236236
},
237237
{
238238
name: "Docs",
@@ -244,7 +244,7 @@ export const EN_FOOTER_ITEMS = [
244244
},
245245
{
246246
name: "FAQs",
247-
url: "https://docs.pingcap.com/tidb/stable/faq-overview",
247+
url: "https://www.pingcap.com/faqs/",
248248
},
249249
{
250250
name: "Support",
@@ -276,8 +276,8 @@ export const EN_FOOTER_ITEMS = [
276276
url: "https://www.pingcap.com/partners/",
277277
},
278278
{
279-
name: "Trust Center",
280-
url: "https://www.pingcap.com/trust-compliance-center/",
279+
name: "Trust Hub",
280+
url: "https://www.pingcap.com/trust-hub/",
281281
},
282282
{
283283
name: "Security",
@@ -287,6 +287,10 @@ export const EN_FOOTER_ITEMS = [
287287
name: "Release Support",
288288
url: "https://www.pingcap.com/tidb-release-support-policy/",
289289
},
290+
{
291+
name: "Brand Guidelines",
292+
url: "https://www.pingcap.com/tidb-brand-guidelines/",
293+
},
290294
],
291295
},
292296
];
@@ -295,23 +299,27 @@ export const ZH_FOOTER_ITEMS = [
295299
{
296300
name: "产品",
297301
items: [
302+
{
303+
name: "产品概览",
304+
url: "https://www.pingcap.com/tidb/",
305+
},
298306
{
299307
name: "TiDB",
300308
url: "https://cn.pingcap.com/product/#SelectProduct",
301309
},
302310
{
303-
name: "TiDB Cloud Starter",
304-
url: "https://www.pingcap.com/tidb-cloud-starter/",
305-
},
306-
{
307-
name: "TiDB Cloud Dedicated",
308-
url: "https://www.pingcap.com/tidb-cloud-dedicated/",
311+
name: "TiDB Cloud",
312+
url: "https://www.pingcap.com/tidb/cloud/",
309313
},
310314
],
311315
},
312316
{
313317
name: "生态",
314318
items: [
319+
{
320+
name: "集成",
321+
url: "https://www.pingcap.com/integrations/",
322+
},
315323
{
316324
name: "TiKV",
317325
url: "https://github.com/tikv/tikv",

0 commit comments

Comments
 (0)