Skip to content

Commit 3df6ebd

Browse files
authored
fix: hide self service setup page, fix link on quickstart (#3498)
1 parent 024d972 commit 3df6ebd

2 files changed

Lines changed: 14 additions & 6 deletions

File tree

fern/products/docs/docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ navigation:
99
path: ./pages/getting-started/quickstart.mdx
1010
- page: Self-service setup
1111
path: ./pages/getting-started/self-service-setup.mdx
12+
hidden: true
1213
- page: Project structure
1314
path: ./pages/getting-started/project-structure.mdx
1415
- link: Customer showcase

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

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,23 @@
11
---
2-
title: Quickstart
2+
title: Docs quickstart
33
headline: Quickstart (Docs)
44
description: Learn how to build beautiful developer documentation with Fern in under 5 minutes. Install CLI, add Markdown content, generate API references, and publish.
55
---
66

7-
Build beautiful developer documentation that [matches your brand](https://buildwithfern.com/customers) with Fern. Fern supports writing pages in Markdown and generating API Reference documentation from an OpenAPI Specification.
7+
Build beautiful developer documentation that [matches your brand](https://buildwithfern.com/customers) with Fern. Fern supports writing pages in Markdown and generating API Reference documentation from an OpenAPI specification.
88

9-
Follow this guide to get started with Fern using the CLI, or use the [self-service setup](/learn/docs/getting-started/self-service-setup) for a guided UI flow.
9+
<a className="fern-card interactive not-prose rounded-3 relative block border p-6 text-base fe-action-button" href="https://dashboard.buildwithfern.com/get-started">
10+
## Use guided UI
11+
<Button intent="primary" rightIcon="arrow-right">
12+
Start now
13+
</Button>
14+
</a>
1015

11-
<Note>
12-
Migrating from existing documentation? Fern provides a white-glove migration service as part of the Enterprise plan. [Reach out here](https://buildwithfern.com/contact).
13-
</Note>
16+
Or, follow this guide to get started with Fern using the CLI.
17+
18+
<Tip>
19+
If you're migrating from existing documentation, Fern provides a white-glove migration service as part of the Enterprise plan. [Reach out here](https://buildwithfern.com/contact).
20+
</Tip>
1421

1522
<Steps toc={true}>
1623
<Step title="Install the CLI">

0 commit comments

Comments
 (0)