Context
The TODO item "list groups badges and titles" was added on 2024-08-12 alongside the listgroups() template implementation but was never checked off.
Current state
The feature appears to be implemented:
listgroups() in crates/rari-doc/src/templ/templs/api_list_specs.rs groups API interfaces by first letter
write_li_with_badges() in crates/rari-doc/src/helpers/subpages.rs renders list items with proper badges (experimental, non-standard, deprecated) and titles (using short_title() with fallback to title())
apilistalpha() also supports badges via the with_badges parameter
Action needed
Verify the output is correct and matches expectations. If it does, this can simply be closed.
Context
The TODO item "list groups badges and titles" was added on 2024-08-12 alongside the
listgroups()template implementation but was never checked off.Current state
The feature appears to be implemented:
listgroups()incrates/rari-doc/src/templ/templs/api_list_specs.rsgroups API interfaces by first letterwrite_li_with_badges()incrates/rari-doc/src/helpers/subpages.rsrenders list items with proper badges (experimental, non-standard, deprecated) and titles (usingshort_title()with fallback totitle())apilistalpha()also supports badges via thewith_badgesparameterAction needed
Verify the output is correct and matches expectations. If it does, this can simply be closed.