@@ -189,7 +189,7 @@ const DocsOverview: FC = (): ReactElement => {
189
189
< Col { ...colLayout2 } >
190
190
< Card padding = { [ 20 , 0 ] } className = { styles . cardActiveOut } >
191
191
< Link
192
- to = { "/guides/cloud/new-account" }
192
+ to = { "/guides/cloud/new-account/ " }
193
193
className = { "global-overview-card" }
194
194
>
195
195
< LightDatabendCloudSingleSvg width = { 150 } />
@@ -206,17 +206,17 @@ const DocsOverview: FC = (): ReactElement => {
206
206
< div > { $t ( "What you need to know:" ) } </ div >
207
207
< ul >
208
208
< li >
209
- < Link to = { "/guides/products/dc/editions" } >
209
+ < Link to = { "/guides/products/dc/editions/ " } >
210
210
{ $t ( "Choose Your Edition" ) }
211
211
</ Link >
212
212
</ li >
213
213
< li >
214
- < Link to = { "/guides/products/dc/pricing" } >
214
+ < Link to = { "/guides/products/dc/pricing/ " } >
215
215
{ $t ( "Pricing & Plans" ) }
216
216
</ Link >
217
217
</ li >
218
218
< li >
219
- < Link to = { "/guides/cloud/using-databend-cloud" } >
219
+ < Link to = { "/guides/cloud/using-databend-cloud/ " } >
220
220
{ $t ( "Using Databend Cloud" ) }
221
221
</ Link >
222
222
</ li >
@@ -241,17 +241,17 @@ const DocsOverview: FC = (): ReactElement => {
241
241
< div > { $t ( "What you need to know:" ) } </ div >
242
242
< ul >
243
243
< li >
244
- < Link to = { "/guides/deploy/QuickStart" } >
244
+ < Link to = { "/guides/deploy/QuickStart/ " } >
245
245
{ $t ( "5-Minute Quick Start" ) }
246
246
</ Link >
247
247
</ li >
248
248
< li >
249
- < Link to = { "/guides/deploy/deploy/download" } >
249
+ < Link to = { "/guides/deploy/deploy/download/ " } >
250
250
{ $t ( "Download & Install" ) }
251
251
</ Link >
252
252
</ li >
253
253
< li >
254
- < Link to = { "/guides/products/dee/license" } >
254
+ < Link to = { "/guides/products/dee/license/ " } >
255
255
{ $t ( "Enterprise Features & Licensing" ) }
256
256
</ Link >
257
257
</ li >
@@ -279,49 +279,49 @@ const DocsOverview: FC = (): ReactElement => {
279
279
< SmallCard
280
280
icon = { < Cli > </ Cli > }
281
281
text = { "BendSQL" }
282
- to = { "/guides/sql-clients/bendsql" }
282
+ to = { "/guides/sql-clients/bendsql/ " }
283
283
/>
284
284
</ Col >
285
285
< Col { ...colLayout } >
286
286
< SmallCard
287
287
icon = { < Java > </ Java > }
288
288
text = { "Java" }
289
- to = { "/developer/drivers/jdbc" }
289
+ to = { "/developer/drivers/jdbc/ " }
290
290
/>
291
291
</ Col >
292
292
< Col { ...colLayout } >
293
293
< SmallCard
294
294
icon = { < Go > </ Go > }
295
295
text = { "Golang" }
296
- to = { "/developer/drivers/golang" }
296
+ to = { "/developer/drivers/golang/ " }
297
297
/>
298
298
</ Col >
299
299
< Col { ...colLayout } >
300
300
< SmallCard
301
301
icon = { < Python > </ Python > }
302
302
text = { "Python" }
303
- to = { "/developer/drivers/python" }
303
+ to = { "/developer/drivers/python/ " }
304
304
/>
305
305
</ Col >
306
306
< Col { ...colLayout } >
307
307
< SmallCard
308
308
icon = { < Node > </ Node > }
309
309
text = { "Node.js" }
310
- to = { "/developer/drivers/nodejs" }
310
+ to = { "/developer/drivers/nodejs/ " }
311
311
/>
312
312
</ Col >
313
313
< Col { ...colLayout } >
314
314
< SmallCard
315
315
icon = { < Rust > </ Rust > }
316
316
text = { "Rust" }
317
- to = { "/developer/drivers/rust" }
317
+ to = { "/developer/drivers/rust/ " }
318
318
/>
319
319
</ Col >
320
320
< Col { ...colLayout } >
321
321
< SmallCard
322
322
icon = { < MCP width = { 24 } > </ MCP > }
323
323
text = { "MCP Server" }
324
- to = { "/guides/ai-functions/mcp" }
324
+ to = { "/guides/ai-functions/mcp/ " }
325
325
/>
326
326
</ Col >
327
327
</ Row >
@@ -344,28 +344,28 @@ const DocsOverview: FC = (): ReactElement => {
344
344
< SmallCard
345
345
icon = { < Kafka > </ Kafka > }
346
346
text = { "Kafka" }
347
- to = { "/guides/load-data/load-db/kafka" }
347
+ to = { "/guides/load-data/load-db/kafka/ " }
348
348
/>
349
349
</ Col >
350
350
< Col { ...colLayout } >
351
351
< SmallCard
352
352
icon = { < Dbt > </ Dbt > }
353
353
text = { "dbt" }
354
- to = { "/guides/load-data/load-db/dbt" }
354
+ to = { "/guides/load-data/load-db/dbt/ " }
355
355
/>
356
356
</ Col >
357
357
< Col { ...colLayout } >
358
358
< SmallCard
359
359
icon = { < Airbyte > </ Airbyte > }
360
360
text = { "Airbyte" }
361
- to = { "/guides/load-data/load-db/airbyte" }
361
+ to = { "/guides/load-data/load-db/airbyte/ " }
362
362
/>
363
363
</ Col >
364
364
< Col { ...colLayout } >
365
365
< SmallCard
366
366
icon = { < FlinkCdc > </ FlinkCdc > }
367
367
text = { "Flink CDC" }
368
- to = { "/guides/load-data/load-db/flink-cdc" }
368
+ to = { "/guides/load-data/load-db/flink-cdc/ " }
369
369
/>
370
370
</ Col >
371
371
< Col { ...colLayout } >
@@ -377,11 +377,12 @@ const DocsOverview: FC = (): ReactElement => {
377
377
border : "unset" ,
378
378
padding : "4px" ,
379
379
} }
380
+ alt = "Addax"
380
381
src = { Addax }
381
382
/>
382
383
}
383
384
text = { "Addax" }
384
- to = { "/guides/load-data/load-db/addax" }
385
+ to = { "/guides/load-data/load-db/addax/ " }
385
386
/>
386
387
</ Col >
387
388
< Col { ...colLayout } >
@@ -397,7 +398,7 @@ const DocsOverview: FC = (): ReactElement => {
397
398
/>
398
399
}
399
400
text = { "DataX" }
400
- to = { "/guides/load-data/load-db/datax" }
401
+ to = { "/guides/load-data/load-db/datax/ " }
401
402
/>
402
403
</ Col >
403
404
< Col { ...colLayout } >
@@ -412,7 +413,7 @@ const DocsOverview: FC = (): ReactElement => {
412
413
/>
413
414
}
414
415
text = { "Debezium" }
415
- to = { "/guides/load-data/load-db/debezium" }
416
+ to = { "/guides/load-data/load-db/debezium/ " }
416
417
/>
417
418
</ Col >
418
419
< Col { ...colLayout } >
@@ -427,7 +428,7 @@ const DocsOverview: FC = (): ReactElement => {
427
428
/>
428
429
}
429
430
text = { "Tapdata" }
430
- to = { "/guides/load-data/load-db/tapdata" }
431
+ to = { "/guides/load-data/load-db/tapdata/ " }
431
432
/>
432
433
</ Col >
433
434
< Col { ...colLayout } >
@@ -442,7 +443,7 @@ const DocsOverview: FC = (): ReactElement => {
442
443
/>
443
444
}
444
445
text = { "Vector" }
445
- to = { "/guides/load-data/load-db/vector" }
446
+ to = { "/guides/load-data/load-db/vector/ " }
446
447
/>
447
448
</ Col >
448
449
</ Row >
@@ -465,56 +466,56 @@ const DocsOverview: FC = (): ReactElement => {
465
466
< SmallCard
466
467
icon = { < DeepNote > </ DeepNote > }
467
468
text = { "Deepnote" }
468
- to = { "/guides/visualize/deepnote" }
469
+ to = { "/guides/visualize/deepnote/ " }
469
470
/>
470
471
</ Col >
471
472
< Col { ...colLayout } >
472
473
< SmallCard
473
474
icon = { < Jpyter > </ Jpyter > }
474
475
text = { "Jupyter" }
475
- to = { "/guides/visualize/jupyter" }
476
+ to = { "/guides/visualize/jupyter/ " }
476
477
/>
477
478
</ Col >
478
479
< Col { ...colLayout } >
479
480
< SmallCard
480
481
icon = { < Metabase > </ Metabase > }
481
482
text = { "Metabase" }
482
- to = { "/guides/visualize/metabase" }
483
+ to = { "/guides/visualize/metabase/ " }
483
484
/>
484
485
</ Col >
485
486
< Col { ...colLayout } >
486
487
< SmallCard
487
488
icon = { < Grafana > </ Grafana > }
488
489
text = { "Grafana" }
489
- to = { "/guides/visualize/grafana" }
490
+ to = { "/guides/visualize/grafana/ " }
490
491
/>
491
492
</ Col >
492
493
< Col { ...colLayout } >
493
494
< SmallCard
494
495
icon = { < Redash > </ Redash > }
495
496
text = { "Redash" }
496
- to = { "/guides/visualize/redash" }
497
+ to = { "/guides/visualize/redash/ " }
497
498
/>
498
499
</ Col >
499
500
< Col { ...colLayout } >
500
501
< SmallCard
501
502
icon = { < Superset > </ Superset > }
502
503
text = { "Superset" }
503
- to = { "/guides/visualize/superset" }
504
+ to = { "/guides/visualize/superset/ " }
504
505
/>
505
506
</ Col >
506
507
< Col { ...colLayout } >
507
508
< SmallCard
508
509
icon = { < Teableau > </ Teableau > }
509
510
text = { "Tableau" }
510
- to = { "/guides/visualize/tableau" }
511
+ to = { "/guides/visualize/tableau/ " }
511
512
/>
512
513
</ Col >
513
514
< Col { ...colLayout } >
514
515
< SmallCard
515
516
icon = { < MindsDB > </ MindsDB > }
516
517
text = { "MindsDB" }
517
- to = { "/guides/visualize/mindsdb" }
518
+ to = { "/guides/visualize/mindsdb/ " }
518
519
/>
519
520
</ Col >
520
521
</ Row >
@@ -544,14 +545,14 @@ const DocsOverview: FC = (): ReactElement => {
544
545
< SmallCard
545
546
icon = { < Stream > </ Stream > }
546
547
text = { $t ( "Real-Time CDC Ingestion" ) }
547
- to = { "/guides/load-data/continuous-data-pipelines/stream" }
548
+ to = { "/guides/load-data/continuous-data-pipelines/stream/ " }
548
549
/>
549
550
</ Col >
550
551
< Col { ...colLayout } >
551
552
< SmallCard
552
553
icon = { < Task > </ Task > }
553
554
text = { $t ( "Automated Data Pipelines" ) }
554
- to = { "/guides/load-data/continuous-data-pipelines/task" }
555
+ to = { "/guides/load-data/continuous-data-pipelines/task/ " }
555
556
/>
556
557
</ Col >
557
558
</ Row >
@@ -579,28 +580,28 @@ const DocsOverview: FC = (): ReactElement => {
579
580
< SmallCard
580
581
icon = { < Contact > </ Contact > }
581
582
text = { $t ( "Contact Support" ) }
582
- to = { `${ homeLink } /contact-us` }
583
+ to = { `${ homeLink } /contact-us/ ` }
583
584
/>
584
585
</ Col >
585
586
< Col { ...colLayout } >
586
587
< SmallCard
587
588
icon = { < Cases > </ Cases > }
588
589
text = { $t ( "Use Cases" ) }
589
- to = { `${ homeLink } /use-cases` }
590
+ to = { `${ homeLink } /use-cases/ ` }
590
591
/>
591
592
</ Col >
592
593
< Col { ...colLayout } >
593
594
< SmallCard
594
595
icon = { < FAQ > </ FAQ > }
595
596
text = { $t ( "FAQ" ) }
596
- to = { `/guides/products/overview/faq` }
597
+ to = { `/guides/products/overview/faq/ ` }
597
598
/>
598
599
</ Col >
599
600
< Col { ...colLayout } >
600
601
< SmallCard
601
602
icon = { < ChangeLog > </ ChangeLog > }
602
603
text = { $t ( "Changelog" ) }
603
- to = { `/release-notes` }
604
+ to = { `/release-notes/ ` }
604
605
/>
605
606
</ Col >
606
607
</ Row >
0 commit comments