Skip to content

Commit e40f222

Browse files
Kapil GowruKapil Gowru
authored andcommitted
feat: udpating ve & swift generator
1 parent 786f6e1 commit e40f222

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

fern/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -412,7 +412,7 @@ redirects:
412412
destination: /learn/docs/customization/changelogs
413413
permanent: true
414414
- source: /learn/docs/content/visual-editor
415-
destination: /learn/docs/writing-content/visual-editor
415+
destination: /learn/docs/writing-content/fern-editor
416416
permanent: true
417417
- source: /learn/docs/writing-content/code-blocks
418418
destination: /learn/docs/writing-content/components/code-blocks

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ subtitle: A website builder for beautiful agent and developer-friendly docs.
7070
</div>
7171
</a>
7272

73-
<a class="fern-card interactive not-prose rounded-3 relative block border p-6 text-base" href="/docs/writing-content/visual-editor">
73+
<a class="fern-card interactive not-prose rounded-3 relative block border p-6 text-base" href="/docs/writing-content/fern-editor">
7474
<div class="flex items-start flex-col space-y-3">
7575
<img class="mx-auto dark:hidden" alt="Fern Editor" src="./images/visual-editor.png" />
7676
<img class="mx-auto hidden dark:block" alt="Fern Editor" src="./images/visual-editor-dark.png" />

fern/products/home/pages/welcome.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,11 @@ import { FernFooter } from "../../../components/FernFooter";
141141
<img src="./images/arrow-right-black.svg" alt="Arrow right light" className="dark:hidden" noZoom />
142142
<img src="./images/arrow-right-white.svg" alt="Arrow right light" className="hidden dark:block" noZoom />
143143
</a>
144+
<a className="fern-button minimal normal w-fit gap-1 a-btn" href="/docs/writing-content/fern-editor">
145+
Fern Editor
146+
<img src="./images/arrow-right-black.svg" alt="Arrow right light" className="dark:hidden" noZoom />
147+
<img src="./images/arrow-right-white.svg" alt="Arrow right light" className="hidden dark:block" noZoom />
148+
</a>
144149
<a className="fern-button minimal normal w-fit gap-1 a-btn" href="/docs/api-references/generate-api-ref">
145150
Bring your own API spec
146151
<img src="./images/arrow-right-black.svg" alt="Arrow right light" className="dark:hidden" noZoom />

0 commit comments

Comments
 (0)