You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fern/products/docs/pages/getting-started/quickstart.mdx
+22-70Lines changed: 22 additions & 70 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -87,12 +87,12 @@ In this guide, we'll show you how to get started with Fern in under 5 minutes.
87
87
88
88
</AccordionGroup>
89
89
90
-
### Update your docs
90
+
### Update your docs
91
91
92
-
<Note>
93
-
We provide a white-glove migration service as part of our Enterprise plan. Interested? Request it
94
-
[here](https://buildwithfern.com/contact).
95
-
</Note>
92
+
<Note>
93
+
We provide a white-glove migration service as part of our Enterprise plan. Interested? Request it
94
+
[here](https://buildwithfern.com/contact).
95
+
</Note>
96
96
97
97
<AccordionGroup toc={true}>
98
98
<Accordion title='Add content' >
@@ -166,9 +166,24 @@ In this guide, we'll show you how to get started with Fern in under 5 minutes.
166
166
167
167
</AccordionGroup>
168
168
169
-
### Publish to production
169
+
### Preview your docs
170
+
<AccordionGroup toc={true}>
171
+
<Accordion title='Preview your docs locally'>
172
+
You can preview your docs locally for testing purposes by following the instructions [here](/docs/preview-publish/previewing-changes-locally).
173
+
</Accordion>
174
+
<Accordion title='Preview your docs in a PR'>
175
+
`PR previews`offer a way to preview changes from pull requests (PRs) before merging code to a production branch. Learn more [here](/docs/preview-publish/previewing-changes-in-a-pr).
176
+
</Accordion>
177
+
</AccordionGroup>
178
+
179
+
### Publish to production
170
180
171
181
<AccordionGroup toc={true}>
182
+
<Accordion title='Publishing your docs'>
183
+
When you are ready for your docs to be publicly accessible, you can publish them using the Fern CLI.
0 commit comments