Test fixes
Some checks failed
Image optimization / general_image_workflow (push) Has been cancelled
CI / general_module_workflow_php (push) Has been cancelled
CI / general_module_workflow_js (push) Has been cancelled

This commit is contained in:
Dennis Eichhorn 2024-05-16 02:14:55 +00:00
parent 05d83083cb
commit 4559b3bca5
5 changed files with 3 additions and 10 deletions

View File

@ -19,8 +19,6 @@ use phpOMS\Message\Http\RequestStatusCode;
use phpOMS\Message\NotificationLevel;
use phpOMS\Message\RequestAbstract;
use phpOMS\Message\ResponseAbstract;
use phpOMS\Model\Message\Redirect;
use phpOMS\System\MimeType;
use phpOMS\Uri\UriFactory;
/**

View File

@ -1,5 +0,0 @@
# Structure
## ER
![ER](Modules/Navigation/Docs/Dev/img/er.png)

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

View File

@ -4,11 +4,11 @@ The **Navigation** module is one of the essential core modules that is always in
## Target Group
The target group for this module is everyone, since every application should have this module.
The target group for this module is everyone, since every application should have this module.
# Setup
This module doesn't have any additional setup requirements since it is installed during the application install process.
This module doesn't have any additional setup requirements.
The module can be installed through the integrated module downloader and installer or by uploading the module into the `Modules/` directory and executing the installation through the module installer.

View File

@ -12,7 +12,7 @@
},
"creator": {
"name": "Jingga",
"website": "jingga.app"
"website": "https://jingga.app"
},
"description": "The navigation module.",
"directory": "Navigation",