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/25 04:22:04 UTC

[dubbo-website] 02/02: fix releases dropdown

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

commit e12bfbf62713eab9714a9448e55614df671ff383
Author: ken.lj <ke...@gmail.com>
AuthorDate: Sun Jul 25 12:21:46 2021 +0800

    fix releases dropdown
---
 config.toml | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/config.toml b/config.toml
index 33a3199..a29819b 100644
--- a/config.toml
+++ b/config.toml
@@ -90,6 +90,12 @@ copyright = "The Apache Software Foundation. Apache and the Apache feather logo
 algolia_docsearch = true
 offlineSearch = false
 
+
+version = "3.0"
+archived_version = true
+version_menu = "Releases"
+url_latest_version = "https://dubbo.apache.org/zh/docs/"
+
 # Add your release versions here
 [[params.versions]]
   version = "v3.0 (latest)"
@@ -99,10 +105,6 @@ offlineSearch = false
   version = "v2.x"
   url = "https://dubbo.apache.org/zh/docsv2.7/"
 
-version = "v3.0"
-archived_version = false
-url_latest_version = "https://dubbo.apache.org/zh/docs/"
-
 # Repository configuration (URLs for in-page links to opening issues and suggesting changes)
 github_repo = "https://github.com/apache/dubbo-website"
 # An optional link to a related project repo. For example, the sibling repository where your product code lives.