mirror of
https://github.com/Unleash/unleash.git
synced 2025-04-10 01:16:39 +02:00
meta: add note to generate openapi docs before starting local dev (#4976)
This PR adds a small note to generate docs before running the docs locally.
This commit is contained in:
parent
24e5928ec9
commit
65d95e96df
@ -8,7 +8,7 @@ This website is built using [Docusaurus 2](https://docusaurus.io/), a modern sta
|
||||
yarn install
|
||||
```
|
||||
|
||||
## Generate Open API docs
|
||||
## Generate OpenAPI docs
|
||||
|
||||
```console
|
||||
yarn generate
|
||||
@ -18,6 +18,8 @@ Generate the Open API docs that live at Reference documentation > APIs > OpenAPI
|
||||
|
||||
## Local Development
|
||||
|
||||
Before running the docs the first time, you'll need to generate external documentation, as described in the [generate OpenAPI docs](#generate-openapi-docs) section.
|
||||
|
||||
```console
|
||||
yarn start
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user