This is an automated email from the ASF dual-hosted git repository. imbajin pushed a commit to branch feat/oink-core-platform in repository https://gitbox.apache.org/repos/asf/hugegraph-doc.git
commit d3ae4a42d88387ce0fa99ec8442ec9f238f97daf Author: dark <[email protected]> AuthorDate: Fri Sep 4 20:32:53 2026 +0800 fix(versioning): derive release menu - remove duplicated static version arrays from Hugo config - keep localized menu labels in the stable site config - require generated version config for release entries --- hugo.yaml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/hugo.yaml b/hugo.yaml index febee991a..d276b93c5 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -17,10 +17,6 @@ languages: params: description: Apache HugeGraph documentation and project updates. version_menu: Releases - versions: - - { version: latest, name: latest, url: 'https://hugegraph.apache.org/docs/', pagelinks: false } - - { version: '1.7', name: '1.7', url: 'https://hugegraph.apache.org/versions/1.7/docs/', pagelinks: false } - - { version: '1.5', name: '1.5', url: 'https://hugegraph.apache.org/versions/1.5/docs/', pagelinks: false } menus: main: - { identifier: docs, name: Documentation, pageRef: /docs, weight: 10 } @@ -43,10 +39,6 @@ languages: params: description: Apache HugeGraph 中文文档与项目动态。 version_menu: 版本 - versions: - - { version: latest, name: latest, url: 'https://hugegraph.apache.org/cn/docs/', pagelinks: false } - - { version: '1.7', name: '1.7', url: 'https://hugegraph.apache.org/versions/1.7/cn/docs/', pagelinks: false } - - { version: '1.5', name: '1.5', url: 'https://hugegraph.apache.org/versions/1.5/cn/docs/', pagelinks: false } menus: main: - { identifier: docs, name: 文档, pageRef: /docs, weight: 10 }
