File tree Expand file tree Collapse file tree 4 files changed +27
-0
lines changed Expand file tree Collapse file tree 4 files changed +27
-0
lines changed Original file line number Diff line number Diff line change @@ -38,6 +38,9 @@ import Light from "@site/src/components/Icons/light.svg";
38
38
import AI from "@site/src/components/Icons/AI.svg" ;
39
39
import Selfed from "@site/src/components/Icons/selfd.svg" ;
40
40
import Cloud from "@site/src/components/Icons/cloud-2.svg" ;
41
+ import Cases from "@site/src/components/Icons/cases.svg" ;
42
+ import ChangeLog from "@site/src/components/Icons/changelog.svg" ;
43
+ import FAQ from "@site/src/components/Icons/faq.svg" ;
41
44
import { Col , Row } from "antd" ;
42
45
import useDocusaurusContext from "@docusaurus/useDocusaurusContext" ;
43
46
import $t from "@site/src/utils/tools" ;
@@ -416,6 +419,27 @@ const DocsOverview: FC = (): ReactElement => {
416
419
to = { `${ homeLink } /pricing` }
417
420
/>
418
421
</ Col >
422
+ < Col { ...colLayout } >
423
+ < SmallCard
424
+ icon = { < Cases > </ Cases > }
425
+ text = { $t ( "Use Cases" ) }
426
+ to = { `${ homeLink } /use-cases` }
427
+ />
428
+ </ Col >
429
+ < Col { ...colLayout } >
430
+ < SmallCard
431
+ icon = { < FAQ > </ FAQ > }
432
+ text = { $t ( "FAQ" ) }
433
+ to = { `/guides/overview/faq` }
434
+ />
435
+ </ Col >
436
+ < Col { ...colLayout } >
437
+ < SmallCard
438
+ icon = { < ChangeLog > </ ChangeLog > }
439
+ text = { $t ( "Changelog" ) }
440
+ to = { `/release-notes` }
441
+ />
442
+ </ Col >
419
443
</ Row >
420
444
</ div >
421
445
</ ContentCardWrap >
You can’t perform that action at this time.
0 commit comments