Skip to content

Commit

Permalink
chore(docs): Update quickstart.mdx (#5507)
Browse files Browse the repository at this point in the history
Update quickstart.mdx
  • Loading branch information
chdeskur authored Dec 30, 2024
1 parent 1a74389 commit 7ad2523
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions fern/pages/docs/getting-started/quickstart.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,21 @@ In this guide, we'll show you how to get started with Fern in under 5 minutes.
<Steps toc={true}>
### Initialize your `fern` folder

All the configuration for your docs lives in the `fern` folder. Inside you'll
All the configurations for your docs live in the `fern` folder. Inside, you'll
find a `docs.yml` file that contains all the settings for your documentation.

<AccordionGroup toc={true}>
<Accordion title='Clone the starter repository'>
Get started by cloning the [starter template](https://github.com/fern-api/docs-starter-openapi).

```bash
git clone [email protected]:fern-api/docs-starter-openapi.git
```
Get started by cloning the [starter template](https://github.com/fern-api/docs-starter).

<CodeBlocks>
```bash title="SSH"
git clone [email protected]:fern-api/docs-starter.git
```
```bash title="HTTPS"
git clone https://github.com/fern-api/docs-starter.git
```
</CodeBlocks>

Next, please update the template settings to use your organization.

Expand Down

0 comments on commit 7ad2523

Please sign in to comment.