method generate-index

Documentation for method generate-index assembled from the following types:

class Documentable::DocPage::Factory

From Documentable::DocPage::Factory

(Documentable::DocPage::Factory) method generate-index

Defined as

method generate-index(Kind $kind --> Hash)

Generates the HTML index associated to $kind.

Hash format:

%(
    document => "HTML string",
    url      => "url associated"
)