Skip to content

Commit bd48c60

Browse files
author
Kapil Gowru
committed
feat: working on docs home
1 parent cffa811 commit bd48c60

File tree

1 file changed

+33
-17
lines changed

1 file changed

+33
-17
lines changed

fern/products/docs/pages/guides/getting-started/overview.mdx

Lines changed: 33 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ description: Meet documentation that is stunning by default, AI-ready, and desig
1212
</style>
1313

1414
<CardGroup cols={2}>
15-
<Card title="Quickstart" href="/docs/guides/getting-started/quickstart">
16-
<Image src="./images/quickstart.png" alt="Quickstart" />
17-
Start building beautiful documentation in under 5 minutes.
18-
</Card>
19-
2015
<a class="fern-card interactive not-prose rounded-3 relative block border p-6 text-base" href="/docs/guides/getting-started/quickstart">
2116
<div class="flex items-start flex-col space-y-3">
2217
<img class="mx-auto" alt="Quickstart" src="./images/quickstart.png" />
@@ -29,18 +24,39 @@ description: Meet documentation that is stunning by default, AI-ready, and desig
2924
</div>
3025
</a>
3126

32-
<Card title="Configure with ease">
33-
<Image src="./images/configure.png" alt="Configure with ease" />
34-
One simple file that can be used to generate documentation that fits your brand.
35-
</Card>
27+
<a class="fern-card interactive not-prose rounded-3 relative block border p-6 text-base" href="/docs/guides/getting-started/what-is-docs-yml">
28+
<div class="flex items-start flex-col space-y-3">
29+
<img class="mx-auto" alt="Configure with ease" src="./images/configure.png" />
30+
<div class="w-full space-y-1 overflow-hidden">
31+
<div class="text-(color:--grayscale-a12) text-body text-base font-semibold">Configure with ease</div>
32+
<div class="text-(color:--grayscale-a11) font-light">
33+
<p>One simple file that can be used to generate documentation that fits your brand.</p>
34+
</div>
35+
</div>
36+
</div>
37+
</a>
3638

37-
<Card title="Flexible component library">
38-
<Image src="./images/component-library.png" alt="Flexible component library" />
39-
Use pre-built or custom React components for a polished look.
40-
</Card>
39+
<a class="fern-card interactive not-prose rounded-3 relative block border p-6 text-base" href="/docs/component-library/overview">
40+
<div class="flex items-start flex-col space-y-3">
41+
<img class="mx-auto" alt="Flexible component library" src="./images/component-library.png" />
42+
<div class="w-full space-y-1 overflow-hidden">
43+
<div class="text-(color:--grayscale-a12) text-body text-base font-semibold">Flexible component library</div>
44+
<div class="text-(color:--grayscale-a11) font-light">
45+
<p>Use pre-built or custom React components for a polished look.</p>
46+
</div>
47+
</div>
48+
</div>
49+
</a>
4150

42-
<Card title="Visual Editor">
43-
<Image src="./images/visual-editor.png" alt="Visual Editor" />
44-
Modify your documentation without touching code and publish to your GitHub.
45-
</Card>
51+
<a class="fern-card interactive not-prose rounded-3 relative block border p-6 text-base" href="/docs/component-library/writing-content/visual-editor">
52+
<div class="flex items-start flex-col space-y-3">
53+
<img class="mx-auto" alt="Visual Editor" src="./images/visual-editor.png" />
54+
<div class="w-full space-y-1 overflow-hidden">
55+
<div class="text-(color:--grayscale-a12) text-body text-base font-semibold">Visual Editor</div>
56+
<div class="text-(color:--grayscale-a11) font-light">
57+
<p>Modify your documentation without touching code and publish to your GitHub.</p>
58+
</div>
59+
</div>
60+
</div>
61+
</a>
4662
</CardGroup>

0 commit comments

Comments
 (0)