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:02 UTC

[dubbo-website] branch master updated (60d9fe3 -> e12bfbf)

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

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


    from 60d9fe3  menu reorder
     new fb843a1  try version_menu
     new e12bfbf  fix releases dropdown

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 config.toml | 24 ++++--------------------
 1 file changed, 4 insertions(+), 20 deletions(-)

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

Posted by li...@apache.org.
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.

[dubbo-website] 01/02: try version_menu

Posted by li...@apache.org.
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 fb843a1446e5d59d7c277cd17f285b1f0805fe06
Author: ken.lj <ke...@gmail.com>
AuthorDate: Sun Jul 25 11:40:02 2021 +0800

    try version_menu
---
 config.toml | 20 +-------------------
 1 file changed, 1 insertion(+), 19 deletions(-)

diff --git a/config.toml b/config.toml
index e5c0965..33a3199 100644
--- a/config.toml
+++ b/config.toml
@@ -84,21 +84,12 @@ guessSyntax = "true"
 
 [params]
 copyright = "The Apache Software Foundation. Apache and the Apache feather logo are trademarks of The Apache Software Foundation."
-#privacy_policy = "https://policies.google.com/privacy"
 
-# Google Custom Search Engine ID. Remove or comment out to disable search.
 #gcs_engine_id = "011737558837375720776:fsdu1nryfng"
 
-# Enable Algolia DocSearch
 algolia_docsearch = true
-# Enable Lunr.js offline search
 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 (latest)"
@@ -108,17 +99,8 @@ version = "v3.0"
   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.
-# This menu appears only if you have at least one [params.versions] set.
-version_menu = "v3.0 (latest)"
-
-# Flag used in the "version-banner" partial to decide whether to display a 
-# banner on every page indicating that this is an archived version of the docs.
-# Set this flag to "true" if you want to display the banner.
+version = "v3.0"
 archived_version = false
-
-# 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/"
 
 # Repository configuration (URLs for in-page links to opening issues and suggesting changes)