From 548fe4c8c369e769fdd296bd3ff8374b38065127 Mon Sep 17 00:00:00 2001 From: Alexis Lefebvre Date: Tue, 27 Jan 2026 11:46:11 +0100 Subject: [PATCH] docs: explain how to test changes --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 51c574d..8200aed 100644 --- a/README.md +++ b/README.md @@ -22,4 +22,11 @@ hugo ## Dev In `themes/api-platform` run `npm run build -- --watch` -Run `hugo serve` +Run `hugo serve --watch` + +Hugo will share the URL to see the documentation with automatic rebuilding. + +You can now perform and test changes: + +- the directory `content/` is a clone of https://github.com/api-platform/docs +- the directory `themes/` contain custom theming applied to the documents in `content/`