Skip to content

Commit e1ded37

Browse files
Convert CLI reference section headers and titles to sentence case (#1381)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Devin Logan <[email protected]>
1 parent ef77fc7 commit e1ded37

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

fern/products/cli-api-reference/cli-api-reference.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
navigation:
2-
- section: CLI Reference
2+
- section: CLI reference
33
contents:
44
- page: Get started with Fern CLI
55
path: ./pages/cli-get-started.mdx

fern/products/cli-api-reference/pages/cli-get-started.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ subtitle: Manage and configure your Fern projects, all from the command line.
44
description: 'Overview of the Fern CLI including usage, installation, and CI/CD environments'
55
---
66

7-
## Installing Fern CLI
7+
## Install Fern CLI
88

99
Run the following command to download and install Fern CLI from the [npm](https://www.npmjs.com/) registry.
1010

@@ -13,7 +13,7 @@ npm install -g fern-api # install Fern CLI
1313
fern -v # ensure Fern was successfully installed
1414
```
1515

16-
<Accordion title="Installing Fern CLI locally" toc={true}>
16+
<Accordion title="Install Fern CLI locally" toc={true}>
1717

1818
If you're experiencing network delays with the global installation, working in an environment with limited internet connectivity, or prefer to manage Fern as a project dependency, you can install the CLI locally:
1919

fern/products/cli-api-reference/pages/commands.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ hideOnThisPage: true
1515
| [`fern export`](#fern-export) | Export an OpenAPI spec for your API |
1616
| [`fern api update`](#fern-api-update) | Manually update your OpenAPI spec |
1717

18-
## Documentation Commands
18+
## Documentation commands
1919

2020
| Command | Description |
2121
|---------|-------------|
2222
| [`fern docs dev`](#fern-docs-dev) | Run local documentation preview server |
2323
| [`fern generate --docs`](#fern-generate---docs) | Build & publish documentation updates |
2424

25-
## SDK Generation Commands
25+
## SDK generation commands
2626

2727
| Command | Description |
2828
|---------|-------------|
@@ -31,7 +31,7 @@ hideOnThisPage: true
3131
| [`fern write-overrides`](#fern-write-overrides) | Create OpenAPI customizations |
3232
| [`fern generator upgrade`](#fern-generator-upgrade) | Update SDK generators to latest versions |
3333

34-
## Detailed Command Documentation
34+
## Detailed command documentation
3535

3636
<AccordionGroup>
3737
<Accordion title="fern init">

fern/products/cli-api-reference/pages/global-options.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: 'Global options for the Fern CLI'
44
subtitle: 'Explore Fern CLI global options.'
55
---
66

7-
## Quick Reference
7+
## Quick reference
88

99
| Option | Description | Example |
1010
|--------|-------------|---------|
@@ -98,4 +98,4 @@ fern generate --api payments-api --group python-sdk --version 1.2.3
9898

9999
# Generate TypeScript SDK for the auth API with version 0.1.0
100100
fern generate --api auth --group ts-sdk --version 0.1.0
101-
```
101+
```

0 commit comments

Comments
 (0)