We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5a0ef5 commit b720ec1Copy full SHA for b720ec1
docs/README.md
@@ -7,6 +7,7 @@ _So you wanna build the site?_
7
## Development
8
9
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.
11
1. To serve the site and rebuild as changes are made, execute `npm run docs-watch`.
12
1. To rebuild the site _once_, execute `npm run docs`.
13
0 commit comments