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 b2bc1fb2d fix(docs): expand develop sidebar
b2bc1fb2d is described below

commit b2bc1fb2db5973abcdcdaf4268326e2424429731
Author: imbajin <[email protected]>
AuthorDate: Tue Sep 1 22:11:49 2026 +0800

    fix(docs): expand develop sidebar
    
    - open the Develop group by default through OINK front matter
    - keep nested development groups collapsed
    - mirror the navigation state in English and Chinese
---
 content/cn/docs/_nav/develop.md | 1 +
 content/en/docs/_nav/develop.md | 1 +
 2 files changed, 2 insertions(+)

diff --git a/content/cn/docs/_nav/develop.md b/content/cn/docs/_nav/develop.md
index e3d3c67ea..d165104db 100644
--- a/content/cn/docs/_nav/develop.md
+++ b/content/cn/docs/_nav/develop.md
@@ -3,6 +3,7 @@ title: "开发"
 linkTitle: "开发"
 description: "从客户端 API 开始,再查看查询语言和开发指南。"
 manual_link: /cn/docs/clients/
+sidebar_expanded: true
 search_exclude: true
 toc_hide: true
 pager: false
diff --git a/content/en/docs/_nav/develop.md b/content/en/docs/_nav/develop.md
index ab6486289..8bba52ba1 100644
--- a/content/en/docs/_nav/develop.md
+++ b/content/en/docs/_nav/develop.md
@@ -3,6 +3,7 @@ title: "Develop"
 linkTitle: "Develop"
 description: "Start with client APIs, then browse query languages and 
development guides."
 manual_link: /docs/clients/
+sidebar_expanded: true
 search_exclude: true
 toc_hide: true
 pager: false

Reply via email to