1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-06-18 01:18:23 +02:00

Update docs README.md to include yarn generate (#4519)

Add missing `yarn generate` command to docs
This commit is contained in:
Drew Gorton 2023-08-17 10:32:57 -05:00 committed by GitHub
parent d263cbe6fb
commit ebf35790fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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