Minor Changes
- #27
1ebfb6cThanks @MohamedH1998! - Addiconto sidebar groups — an optional leading icon (astro-icon name) before the group label. Set it two ways: on a directory'sindexfrontmatter (sidebar: { group: { icon: "ph:…" } }) or on a configsidebar.itemsgroup entry ({ label, icon: "ph:…", autogenerate: … }). Threaded through the group schema,SidebarGroupItem/SidebarConfigItemtypes, and the sidebar tree builder (both the content-derived and config-defined paths).