From 7aa1c1ccfdcbaf90805072751d9d0ae0a77cca6c Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Sat, 6 Jun 2026 23:25:26 +0800 Subject: Add .name file support for custom sidebar directory display names --- docs/_zh_CN/_sidebar.md | 2 +- docs/_zh_CN/pages/other/.name | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 docs/_zh_CN/pages/other/.name (limited to 'docs/_zh_CN') diff --git a/docs/_zh_CN/_sidebar.md b/docs/_zh_CN/_sidebar.md index 5d0ebe1..12e7f94 100644 --- a/docs/_zh_CN/_sidebar.md +++ b/docs/_zh_CN/_sidebar.md @@ -1,5 +1,5 @@ - [Welcome!](README) * [介绍](pages/1-intro) * [初次上手!](pages/2-step1) -* other +* 其他 * [命名规范](pages/other/naming_rule) diff --git a/docs/_zh_CN/pages/other/.name b/docs/_zh_CN/pages/other/.name new file mode 100644 index 0000000..6ab5ab1 --- /dev/null +++ b/docs/_zh_CN/pages/other/.name @@ -0,0 +1 @@ +其他 -- cgit