Configuration file

How to configure Documentable

Basics

Documentable uses a JSON file to read custom configuration. You have three different options to specify it:

kinds entry

Array where each of the elements is written as:

{
    "kind": "a kind name (see Kind)",
    "display-text": "text to be displayed in the menu button",
    "sort": 1,
    "categories": [
        "name": "sort name to be used by Documentable",
        "display-text": "text to be displayed in the menu button"
    ]
}

Additional entries

{
    "title-page": "this string will appear in the tab",
    "pod-root-path": "link to the documentation dir",
    "url-prefix": "some string",
    "irc-link": "https://webchat.freenode.net/?channels=#raku"
}