mirror of
https://github.com/openziti/zrok.git
synced 2025-06-20 01:37:52 +02:00
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:
parent
d860815403
commit
dcea3d7e1a
@ -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',
|
||||
},
|
||||
},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user