Versions in this module Expand all Collapse all v0 v0.8.1 May 21, 2026 Changes in this version + func NewCmd() *cobra.Command + func PluralToEntityKind(plural string) (entity.Kind, bool) + func RunRoadmap(root string, write bool, actor string) int + func RunSite(root, format, out, scope string, noHistory, pretty bool) int + func TitleForKindIndex(plural string, includeArchived bool) string + type Resolver struct + func NewRenderResolver(ctx context.Context, root string, tr *tree.Tree, cfg *config.Config, ...) *Resolver + func (r *Resolver) EntityData(id string) (*htmlrender.EntityData, error) + func (r *Resolver) EpicData(id string) (*htmlrender.EpicData, error) + func (r *Resolver) IndexData() (*htmlrender.IndexData, error) + func (r *Resolver) KindIndexData(plural string, includeArchived bool) (*htmlrender.KindIndexData, error) + func (r *Resolver) MilestoneData(id string) (*htmlrender.MilestoneData, error) + func (r *Resolver) StatusData() (*htmlrender.StatusData, error)