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

imbajin pushed a commit to branch cx-oink-1-migration
in repository https://gitbox.apache.org/repos/asf/hugegraph-doc.git


The following commit(s) were added to refs/heads/cx-oink-1-migration by this 
push:
     new 2b31b9658 fix(docs): configure sidebar defaults
2b31b9658 is described below

commit 2b31b96582cf69a3f8e9510ae2d65038a68f916e
Author: imbajin <[email protected]>
AuthorDate: Tue Sep 1 21:45:04 2026 +0800

    fix(docs): configure sidebar defaults
    
    - expand Get Started and Components through OINK front matter
    - keep deeper groups and remaining sections collapsed
    - apply the same navigation state to English and Chinese
---
 content/cn/docs/_nav/components.md | 1 +
 content/cn/docs/_nav/start.md      | 1 +
 content/en/docs/_nav/components.md | 1 +
 content/en/docs/_nav/start.md      | 1 +
 4 files changed, 4 insertions(+)

diff --git a/content/cn/docs/_nav/components.md 
b/content/cn/docs/_nav/components.md
index 557db48ef..049eb7913 100644
--- a/content/cn/docs/_nav/components.md
+++ b/content/cn/docs/_nav/components.md
@@ -3,6 +3,7 @@ title: "组件"
 linkTitle: "组件"
 description: "从 HugeGraph 开始,再探索工具链、计算和 AI 组件。"
 manual_link: /cn/docs/quickstart/hugegraph/
+sidebar_expanded: true
 search_exclude: true
 toc_hide: true
 pager: false
diff --git a/content/cn/docs/_nav/start.md b/content/cn/docs/_nav/start.md
index ea79d27c2..a01647e8d 100644
--- a/content/cn/docs/_nav/start.md
+++ b/content/cn/docs/_nav/start.md
@@ -3,6 +3,7 @@ title: "开始"
 linkTitle: "开始"
 description: "安装 HugeGraph、启动服务并完成第一次图查询。"
 manual_link: /cn/docs/quickstart/
+sidebar_expanded: true
 search_exclude: true
 toc_hide: true
 pager: false
diff --git a/content/en/docs/_nav/components.md 
b/content/en/docs/_nav/components.md
index c8440b2df..1e5d9bdaf 100644
--- a/content/en/docs/_nav/components.md
+++ b/content/en/docs/_nav/components.md
@@ -3,6 +3,7 @@ title: "Components"
 linkTitle: "Components"
 description: "Start with HugeGraph, then explore toolchain, computing, and AI 
components."
 manual_link: /docs/quickstart/hugegraph/
+sidebar_expanded: true
 search_exclude: true
 toc_hide: true
 pager: false
diff --git a/content/en/docs/_nav/start.md b/content/en/docs/_nav/start.md
index 4ef2a38bc..cb9ae9a48 100644
--- a/content/en/docs/_nav/start.md
+++ b/content/en/docs/_nav/start.md
@@ -3,6 +3,7 @@ title: "Get Started"
 linkTitle: "Get Started"
 description: "Install HugeGraph, run the server, and make your first graph 
query."
 manual_link: /docs/quickstart/
+sidebar_expanded: true
 search_exclude: true
 toc_hide: true
 pager: false

Reply via email to