mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-01 13:47:27 +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
|
yarn install
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Generate Open API docs
|
||||||
|
|
||||||
|
```console
|
||||||
|
yarn generate
|
||||||
|
```
|
||||||
|
Generate the Open API docs that live at Reference documentation > APIs > OpenAPI
|
||||||
|
|
||||||
## Local Development
|
## Local Development
|
||||||
|
|
||||||
```console
|
```console
|
||||||
yarn start
|
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
|
## Build
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user