Skip to content

Commit

Permalink
Update docs README.md to include yarn generate (#4519)
Browse files Browse the repository at this point in the history
Add missing `yarn generate` command to docs
  • Loading branch information
dgorton authored Aug 17, 2023
1 parent d263cbe commit ebf3579
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion website/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,20 @@ This website is built using [Docusaurus 2](https://docusaurus.io/), a modern sta
yarn install
```

## Generate Open API docs

```console
yarn generate
```
Generate the Open API docs that live at Reference documentation > APIs > OpenAPI

## Local Development

```console
yarn start
```

This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
Start a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.

## Build

Expand Down

0 comments on commit ebf3579

Please sign in to comment.