Apply suggestions from code review

Co-authored-by: Kenneth Bingham <kenneth.bingham@netfoundry.io>
Signed-off-by: Mike Guthrie <mguthrie88@users.noreply.github.com>
This commit is contained in:
Mike Guthrie 2025-02-18 09:38:20 -05:00 committed by GitHub
parent d860815403
commit dcea3d7e1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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. 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. 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', lastVersion: 'current',
versions: { versions: {
current: { current: {
label: '1.0.x', label: '1.0',
}, },
}, },