From b86af5eb7546de00c0fc78f269c47e1bea309de0 Mon Sep 17 00:00:00 2001 From: Mateusz Sluszniak <56299341+msluszniak@users.noreply.github.com> Date: Tue, 10 Mar 2026 17:49:52 +0100 Subject: [PATCH] Fix command for versioning documentation --- docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index 398d39a7c6..44d4895430 100644 --- a/docs/README.md +++ b/docs/README.md @@ -83,7 +83,7 @@ We use Docusaurus versioning to "freeze" documentation for older releases. When you release a new npm version (e.g., `1.0.0`), you must snapshot the documentation. Run this command from the `docs/` folder: ```bash -yarn docusaurus docs:version 1.0.0 +yarn docs:version 1.0.0 ``` ### Why is this important? @@ -109,4 +109,4 @@ This deletes the `.docusaurus` cache and `build` folder. TypeDoc runs strictly at startup. If you modify comments in the TypeScript package: 1. Stop the server. -2. Run `yarn start` again to regenerate the Markdown files. \ No newline at end of file +2. Run `yarn start` again to regenerate the Markdown files.