diff --git a/website/README.md b/website/README.md index 231a499c0d66..7c71f1eeb00f 100644 --- a/website/README.md +++ b/website/README.md @@ -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