courses.json

This file contains the Information about the included course. The file has the following structure:

[
    {
        "uuid": "<uuid>",
        "title" : "<title>",
        "icon": "<courseimagefile.png|jpg>",
        "path": "<relative course path>",
        "description": "<course description>"
    }
]

The  <...> represents the content that has to be set for the  different fields.