You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by li...@apache.org on 2021/07/23 05:21:53 UTC

[dubbo-website] branch master updated: fix version name duplication

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

liujun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 695b537  fix version name duplication
695b537 is described below

commit 695b537acfb598f97507bf60df086d718ef010dc
Author: ken.lj <ke...@gmail.com>
AuthorDate: Fri Jul 23 13:21:43 2021 +0800

    fix version name duplication
---
 config.toml | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/config.toml b/config.toml
index 5a543ea..e5c0965 100644
--- a/config.toml
+++ b/config.toml
@@ -97,13 +97,15 @@ offlineSearch = false
 # First one is picked as the Twitter card image if not set on page.
 # images = ["images/project-illustration.png"]
 
+version = "v3.0"
+
 # Add your release versions here
 [[params.versions]]
-  version = "v3.0"
+  version = "v3.0 (latest)"
   url = "https://dubbo.apache.org/zh/docs/"
 
 [[params.versions]]
-  version = "v2.7"
+  version = "v2.x"
   url = "https://dubbo.apache.org/zh/docsv2.7/"
 
 # Menu title if your navbar has a versions selector to access old versions of your site.
@@ -115,11 +117,6 @@ version_menu = "v3.0 (latest)"
 # Set this flag to "true" if you want to display the banner.
 archived_version = false
 
-# The version number for the version of the docs represented in this doc set.
-# Used in the "version-banner" partial to display a version number for the 
-# current doc set.
-version = "v3.0"
-
 # A link to latest version of the docs. Used in the "version-banner" partial to
 # point people to the main doc site.
 url_latest_version = "https://dubbo.apache.org/zh/docs/"