Skip to content

Commit

Permalink
sync: Synced local 'docs/' with remote 'docs/redoc/'
Browse files Browse the repository at this point in the history
  • Loading branch information
redocly-bot committed Nov 9, 2023
1 parent b2d8e0f commit 7b2931d
Show file tree
Hide file tree
Showing 5 changed files with 115 additions and 111 deletions.
2 changes: 1 addition & 1 deletion docs/config.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Each deployment type has documentation on how to configure options for that type

:::success Client-side configuration

Using Redoc as a standalone (HTML or React) tool, these options must be presented in [kebab case](https://en.wikipedia.org/wiki/Letter_case#Kebab_case).
Using Redoc as a standalone (HTML or React) tool, these options must be presented in [kebab case](https://en.wikipedia.org/wiki/Letter_case#Kebab_case).
For example, `scrollYOffset` becomes `scroll-y-offset`, and `expandResponses` becomes `expand-responses`.

:::
Expand Down
2 changes: 1 addition & 1 deletion docs/deployment/html.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ The main example shows using the CDN:

If you would instead prefer to host the depdencies yourself, first install `redoc` using `npm`:

```
```sh
npm install redoc
```

Expand Down
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Redoc is provided as a CLI tool (also distributed as a Docker image), HTML tag,

If you have Node installed, quickly generate documentation using `npx`:

```
```sh
npx @redocly/cli build-docs openapi.yaml
```

Expand Down Expand Up @@ -84,7 +84,7 @@ theme:
Redocly CLI detects a file named `redocly.yaml` in the same directory as you run the command and uses it. See the documentation with a command like this:

```
```sh
redocly preview-docs openapi.yaml
```

Expand Down
Loading

0 comments on commit 7b2931d

Please sign in to comment.