From 88742c9856ff8c24f25dac223f0aec0a85b412f3 Mon Sep 17 00:00:00 2001 From: Mark Wiemer Date: Fri, 3 Jan 2025 16:37:25 -0800 Subject: [PATCH] Add instructions for API docs --- docs/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/README.md b/docs/README.md index 09f5e5857b..a6b6436e14 100644 --- a/docs/README.md +++ b/docs/README.md @@ -7,6 +7,7 @@ _So you wanna build the site?_ ## Development 1. Run `npm install` / `npm ci` from working copy root to get Node.js deps. +1. To include the API documentation, run `npm run docs:api` before the either of the following commands. 1. To serve the site and rebuild as changes are made, execute `npm run docs-watch`. 1. To rebuild the site _once_, execute `npm run docs`.