From 5a7ba6468aef0cb83c6a5015e27bb9af9ef61f5f Mon Sep 17 00:00:00 2001 From: liruifengv Date: Mon, 29 Jan 2024 19:35:07 +0800 Subject: [i18nIgnore] docs: Fix link in sidebar.mdx (#1428) Co-authored-by: Chris Swithinbank --- docs/src/content/docs/guides/sidebar.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/content/docs/guides/sidebar.mdx b/docs/src/content/docs/guides/sidebar.mdx index eaf6df1b..9e584413 100644 --- a/docs/src/content/docs/guides/sidebar.mdx +++ b/docs/src/content/docs/guides/sidebar.mdx @@ -139,7 +139,7 @@ The configuration above generates the following sidebar: Starlight can automatically generate a group in your sidebar based on a directory of your docs. This is helpful when you do not want to manually enter each sidebar item in a group. -By default, pages are sorted in alphabetical order according to the file [`slug`](reference/overrides/#slug). +By default, pages are sorted in alphabetical order according to the file [`slug`](/reference/overrides/#slug). Add an autogenerated group using an object with `label` and `autogenerate` properties. Your `autogenerate` configuration must specify the `directory` to use for sidebar entries. For example, with the following configuration: -- cgit