Skip to content

Commit

Permalink
optimize: fix version label (#670)
Browse files Browse the repository at this point in the history
Signed-off-by: slievrly <slievrly@163.com>
  • Loading branch information
slievrly committed Nov 21, 2023
1 parent c67c44d commit 4c0b994
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion i18n/en/docusaurus-plugin-content-docs/version-v1.8.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version.label": {
"message": "v1.7",
"message": "v1.8",
"description": "The label for version 1.7"
},
"sidebar.docs.category.Overview": {
Expand Down
2 changes: 1 addition & 1 deletion i18n/en/docusaurus-plugin-content-docs/version-v2.0.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version.label": {
"message": "v1.7",
"message": "v2.0",
"description": "The label for version 1.7"
},
"sidebar.docs.category.Overview": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version.label": {
"message": "v1.7",
"message": "v1.8",
"description": "The label for version 1.7"
},
"sidebar.docs.category.Overview": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"version.label": {
"message": "v1.7",
"message": "v2.0",
"description": "The label for version 1.7"
},
"sidebar.docs.category.Overview": {
Expand Down

0 comments on commit 4c0b994

Please sign in to comment.