From 716c79f60a1636865c9681ff9750091c18040c44 Mon Sep 17 00:00:00 2001 From: Adam Gastineau Date: Fri, 17 Jan 2025 10:04:48 -0800 Subject: [PATCH] Add comment explaining how Docusaurus starts up in current release mode --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 5988508fb73..b8c17224ac8 100644 --- a/README.md +++ b/README.md @@ -28,6 +28,9 @@ node src/versions.js --delete 1.16 npm run start-nodejs ``` +> [!IMPORTANT] +> The docs will start up in "current release" mode by default. To see the latest version of the docs (and likely your changes), visit `/next` or press shift 5 times. + See `package.json` for other languages (java, python, .NET). ### Run prod build and serve