Skip to content

Commit

Permalink
update menu link
Browse files Browse the repository at this point in the history
  • Loading branch information
chickenlj committed Jul 23, 2021
1 parent 9df0fe6 commit f4beb47
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ offlineSearch = false

# 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 = "Releases"
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.
Expand All @@ -118,11 +118,11 @@ 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"
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 = "/docs"
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"
Expand Down

0 comments on commit f4beb47

Please sign in to comment.