Skip to content

fix sidebar ordering for highlightsΒ #903

@joshka

Description

@joshka

Right now we have to manually order the highlight docs in the sidebar.

label: "Highlights",
collapsed: true,
items: [
{
label: "Highlights",
link: "/highlights/",
},
{
label: "v0.29",
link: "/highlights/v029/",
},
{
label: "v0.28",
link: "/highlights/v028/",
},
{
label: "v0.27",
link: "/highlights/v027/",
},

But it's possible to automatically order them apparently:

withastro/starlight#1872 (comment)

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions