From ebf35790fe2cbbe21341517ce6db896ed1ff8a54 Mon Sep 17 00:00:00 2001 From: Drew Gorton Date: Thu, 17 Aug 2023 10:32:57 -0500 Subject: [PATCH] Update docs README.md to include `yarn generate` (#4519) Add missing `yarn generate` command to docs --- website/README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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