From 553ee7c1834308490be0bee6468c7a97fd6fb3d7 Mon Sep 17 00:00:00 2001 From: Savio <72797635+Savio-Sou@users.noreply.github.com> Date: Wed, 9 Oct 2024 13:52:23 +0100 Subject: [PATCH] Supplement version cutting command for local dev builds --- docs/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/README.md b/docs/README.md index 4c59c52c1a8..d3554ae39f2 100644 --- a/docs/README.md +++ b/docs/README.md @@ -27,6 +27,12 @@ yarn build ### Local Development +``` +yarn workspace docs version +``` + +This command fetches and compiles the list of documentation versions to build with. + ``` yarn workspace docs dev ```