Skip to content

Commit b720ec1

Browse files
authored
docs: add instructions for API docs (#5287)
1 parent c5a0ef5 commit b720ec1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ _So you wanna build the site?_
77
## Development
88

99
1. Run `npm install` / `npm ci` from working copy root to get Node.js deps.
10+
1. To include the API documentation, run `npm run docs:api` before the either of the following commands.
1011
1. To serve the site and rebuild as changes are made, execute `npm run docs-watch`.
1112
1. To rebuild the site _once_, execute `npm run docs`.
1213

0 commit comments

Comments
 (0)