Skip to content

index.md references categoryLabel in unknown way. #2570

@srawlins

Description

@srawlins

index.md contains the following top-level text:

{{#categoriesWithPublicLibraries}}
### Category {{{categoryLabel}}}

{{#publicLibrariesSorted}}
{{>library}}
{{/publicLibrariesSorted}}
{{/categoriesWithPublicLibraries}}

categoriesWithPublicLibraries is a field on Package (and nothing else), returning Iterable<LibraryContainer>. LibraryContainer has no such field, categoryLabel. The only class which has such a field is the Category class, which implements LibraryContainer.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions