This commit is contained in:
Dennis Eichhorn 2022-12-10 22:17:54 +01:00
parent 3069817497
commit 7c0e81d9f0
2 changed files with 4 additions and 4 deletions

View File

@ -19,7 +19,7 @@
"type": 2, "type": 2,
"subtype": 1, "subtype": 1,
"name": "General", "name": "General",
"uri": "{/prefix}help/general?{?}", "uri": "{/lang}/{/app}/help/general?{?}",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 5, "order": 5,
@ -34,7 +34,7 @@
"type": 2, "type": 2,
"subtype": 1, "subtype": 1,
"name": "Modules", "name": "Modules",
"uri": "{/prefix}help/module/list", "uri": "{/lang}/{/app}/help/module/list",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 10, "order": 10,
@ -49,7 +49,7 @@
"type": 2, "type": 2,
"subtype": 1, "subtype": 1,
"name": "Developer", "name": "Developer",
"uri": "{/prefix}help/developer?{?}", "uri": "{/lang}/{/app}/help/developer?{?}",
"target": "self", "target": "self",
"icon": null, "icon": null,
"order": 15, "order": 15,

View File

@ -12,7 +12,7 @@
}, },
"creator": { "creator": {
"name": "Karaka", "name": "Karaka",
"website": "www.spl1nes.com" "website": "jingga.app"
}, },
"description": "The backend help module.", "description": "The backend help module.",
"directory": "Help", "directory": "Help",