Skip to content

Commit a7b6290

Browse files
committed
docs($zh): add more details of path options in sidebar group
1 parent df321fc commit a7b6290

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/docs/docs/zh/theme/default-theme-config.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ module.exports = {
209209
sidebar: [
210210
{
211211
title: 'Group 1', // 必要的
212-
path: '/foo/', // 可选的, 应该是一个绝对路径
212+
path: '/foo/', // 可选的, 标题的跳转链接,应为绝对路径且必须存在
213213
collapsable: false, // 可选的, 默认值是 true,
214214
sidebarDepth: 1, // 可选的, 默认值是 1
215215
children: [

0 commit comments

Comments
 (0)