From dcea3d7e1a7bf5c250f4f774645a8a7321bd26ce Mon Sep 17 00:00:00 2001 From: Mike Guthrie Date: Tue, 18 Feb 2025 09:38:20 -0500 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Kenneth Bingham Signed-off-by: Mike Guthrie --- website/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/README.md b/website/README.md index 5a51748a..976ee548 100644 --- a/website/README.md +++ b/website/README.md @@ -31,7 +31,7 @@ New doc releases should only be cut when major revisions are coming and the curr Cutting a new version will snapshot the current ./docs directory and copy it all into the ./website/versioned_docs directory based on the version that is tagged. ``` -$ yarn docusaurus docs:version 1.1.0` +$ yarn docusaurus docs:version 1.1` ``` The default doc version that is displayed is managed in the `docusaurus.config.js` file. @@ -46,7 +46,7 @@ the "current" doc version. lastVersion: 'current', versions: { current: { - label: '1.0.x', + label: '1.0', }, },