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:
parent
d263cbe6fb
commit
ebf35790fe
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user