Skip to main content
Version: 1.5

Main

Example

config.json
{
"name": "Dev-Doctor",
"description": "The sample backend of dev-doctor",
"icon": null,
"courses": [
"example",
"example2"
]
}

Options

NameTypeRequiredDescription
nameStringtrueThe name of the current backend. It will show up in the backend store as title or in the servers settings.
descriptionStringfalseThe description of the current backend. It will show up in the backend store after the title.
iconString (png, jpg, svg) or nullfalseThe icon will show up in the backend store in the list left to the title, on the details page of the backend store and in the servers settings.
coursesArray<String>trueThe folder names of the courses. With this option the app will iterate above the courses
support_urlStringfalseThe current url where you can get help