You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@linkis.apache.org by ca...@apache.org on 2022/07/02 02:39:43 UTC

[incubator-linkis-website] branch dev updated: fix some doc errors

This is an automated email from the ASF dual-hosted git repository.

casion pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/incubator-linkis-website.git


The following commit(s) were added to refs/heads/dev by this push:
     new 173d5aa5e fix some doc errors
     new 09af89004 Merge pull request #399 from Beacontownfc/fixDoc
173d5aa5e is described below

commit 173d5aa5e342e3dc68fada929267c982326405ef
Author: Beacontownfc <19...@qq.com>
AuthorDate: Sat Jul 2 09:44:51 2022 +0800

    fix some doc errors
---
 docusaurus.config.js                                   | 1 +
 i18n/zh-CN/code.json                                   | 2 +-
 i18n/zh-CN/docusaurus-plugin-content-docs/current.json | 2 +-
 3 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index f73526628..fa4df4c86 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -42,6 +42,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/dracula');
           versions: {
             current: {
               path: '1.1.2',
+              label: 'Next(1.1.2)'
             },
             '1.1.1': {
               path: 'latest',
diff --git a/i18n/zh-CN/code.json b/i18n/zh-CN/code.json
index 5f735f140..662a49f41 100644
--- a/i18n/zh-CN/code.json
+++ b/i18n/zh-CN/code.json
@@ -127,7 +127,7 @@
     "description": "The title of the page for a docs tag"
   },
   "theme.docs.versions.unreleasedVersionLabel": {
-    "message": "此版本是还未发布的文档版本{siteTitle} {versionLabel}(1.1.1)",
+    "message": "此版本是还未发布的文档版本{siteTitle} {versionLabel}(1.1.2)",
     "description": "The label used to tell the user that he's browsing an unreleased doc version"
   },
   "theme.docs.versions.unmaintainedVersionLabel": {
diff --git a/i18n/zh-CN/docusaurus-plugin-content-docs/current.json b/i18n/zh-CN/docusaurus-plugin-content-docs/current.json
index 0eb4dac74..de765365b 100644
--- a/i18n/zh-CN/docusaurus-plugin-content-docs/current.json
+++ b/i18n/zh-CN/docusaurus-plugin-content-docs/current.json
@@ -1,6 +1,6 @@
 {
   "version.label": {
-    "message": "Next",
+    "message": "Next(1.1.2)",
     "description": "The label for version current"
   },
   "sidebar.tutorialSidebar.category.Deployment": {


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@linkis.apache.org
For additional commands, e-mail: commits-help@linkis.apache.org