Package guideme.indices


package guideme.indices
  • Class
    Description
    Pages can declare to be part of multiple categories using the categories frontmatter.
    An index of Minecraft items to the main guidebook page describing it.
    A convenient index base-class for indices that map keys to multiple pages.
     
    A page index is an index over all guidebook pages that will be automatically built when the guidebook is reloaded, and when individual pages change.
     
    Maintains an index for any given page using a mapping function for keys and values of the index.