-
Notifications
You must be signed in to change notification settings - Fork 4
Restructure docs quickstart #2491
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| </Step> | ||
| <Step title="Customize your docs"> | ||
| Now that you have a basic docs site, you can customize it by adding tutorials, generating an API Reference, or finetuning the branding. (Or skip ahead to [preview](#preview-your-docs) and [publish](#publish-to-production).) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[FernStyles.Current] Avoid time-relative terms like 'Now' that become outdated
| </Info> | ||
| ## Explore Fern's features | ||
|
|
||
| Now that your docs are live, explore these features to enhance them further. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[FernStyles.Current] Avoid time-relative terms like 'Now' that become outdated
| fern generate --docs | ||
| ``` | ||
|
|
||
| This command builds your documentation at `https://YourOrganization.docs.buildwithfern.com`, where `YourOrganization` is the name defined in `fern.config.json`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
where
YourOrganization
the url that the site is published at is configured in docs.yml like so:
instances:
- url: merge-test.docs.buildwithfern.com # update this to {yourorg}.docs.buildwithfern.com
Does not necessarily have to be the org name in your fern.config.json
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
would make that a little more clear here, and at the start of the page too.
No description provided.