You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/content/docs/demo/overview.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -89,7 +89,7 @@ import { Steps } from '@astrojs/starlight/components'
89
89
90
90
1. #### Change the sorting order of the `changelog` directory
91
91
92
-
By default, content in in autogenerated sidebar groups is sorted by user-specific [order](https://starlight.astro.build/reference/frontmatter/#order) defined in a frontmatter field or alphabetically by slug.
92
+
By default, content in an autogenerated sidebar groups is sorted by a user-specified [order](https://starlight.astro.build/reference/frontmatter/#order) defined in a frontmatter field or alphabetically by slug.
93
93
For a directory containing release notes, it might be useful to reverse the sorting order so that the latest release notes are displayed first.
94
94
95
95
To change the sorting order of the `changelog` directory, a [metadata file](/metadata/) located in the `src/content/docs/reference/changelog/` directory is used.
0 commit comments