-
Notifications
You must be signed in to change notification settings - Fork 163
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(docs): Update quickstart.mdx (#5507)
Update quickstart.mdx
- Loading branch information
Showing
1 changed file
with
11 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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. | ||
|
||
|