-
Notifications
You must be signed in to change notification settings - Fork 104
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
Right now we have to manually order the highlight docs in the sidebar.
ratatui-website/astro.config.mjs
Lines 228 to 246 in 6561c34
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:
orhun, j-g00da and kdheepak
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers