File tree Expand file tree Collapse file tree 3 files changed +7
-2
lines changed
docs/pages/getting-started Expand file tree Collapse file tree 3 files changed +7
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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" />
Original file line number Diff line number Diff 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 />
You can’t perform that action at this time.
0 commit comments