diff options
author | liruifengv | 2024-01-29 19:35:07 +0800 |
---|---|---|
committer | GitHub | 2024-01-29 12:35:07 +0100 |
commit | 5a7ba6468aef0cb83c6a5015e27bb9af9ef61f5f (patch) | |
tree | 0e75c090542c621407bc71e8be6286107f1f5640 | |
parent | 4b098148e2cd0a6e6cbd3c0915ffef90edbf3924 (diff) | |
download | IT.starlight-5a7ba6468aef0cb83c6a5015e27bb9af9ef61f5f.tar.gz IT.starlight-5a7ba6468aef0cb83c6a5015e27bb9af9ef61f5f.tar.bz2 IT.starlight-5a7ba6468aef0cb83c6a5015e27bb9af9ef61f5f.zip |
[i18nIgnore] docs: Fix link in sidebar.mdx (#1428)
Co-authored-by: Chris Swithinbank <swithinbank@gmail.com>
-rw-r--r-- | docs/src/content/docs/guides/sidebar.mdx | 2 |
1 files changed, 1 insertions, 1 deletions
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: |