Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fern/products/docs/pages/getting-started/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ In this guide, we'll show you how to get started with Fern in under 5 minutes.
</Accordion>
<Accordion title='Host on a custom domain'>
Fern supports hosting your docs website on a custom domain or on a
custom subpath (e.g. https://domain.com/docs).
custom subpath (e.g. `https://example.com/docs`).

Please reach out to the Fern team at [email protected] to configure this.
</Accordion>
Expand Down
2 changes: 1 addition & 1 deletion fern/products/home/pages/welcome.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ import { FernFooter } from "../../../components/FernFooter";
<img src="./images/arrow-right-white.svg" alt="Arrow right light" className="dark:hidden" noZoom />
<img src="./images/arrow-right-black.svg" alt="Arrow right light" className="hidden dark:block" noZoom />
</a>
<a className="fern-button minimal normal gap-1 a-btn" href="/sdks/overview/set-up-the-fern-folder">
<a className="fern-button minimal normal gap-1 a-btn" href="/sdks/overview/quickstart">
Quickstart
<img src="./images/arrow-right-black.svg" alt="Arrow right light" className="dark:hidden" noZoom />
<img src="./images/arrow-right-white.svg" alt="Arrow right light" className="hidden dark:block" noZoom />
Expand Down
2 changes: 1 addition & 1 deletion fern/products/sdks/snippets/setup-fern-folder-callout.mdx
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<Info>This guide assumes that you already have an initialized `fern` folder on
your local machine. See [Set up the `fern` folder](/sdks/fern-folder.mdx) for more
your local machine. See [Set up the `fern` folder](/sdks/overview/quickstart) for more
details.</Info>