diff --git a/Controller/SearchController.php b/Controller/SearchController.php index bf0d9ad..d4b8ae2 100755 --- a/Controller/SearchController.php +++ b/Controller/SearchController.php @@ -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; /** diff --git a/Docs/Dev/en/structure.md b/Docs/Dev/en/structure.md deleted file mode 100755 index 7a9e1ab..0000000 --- a/Docs/Dev/en/structure.md +++ /dev/null @@ -1,5 +0,0 @@ -# Structure - -## ER - -![ER](Modules/Navigation/Docs/Dev/img/er.png) \ No newline at end of file diff --git a/Docs/Dev/img/er.png b/Docs/Dev/img/er.png deleted file mode 100644 index 00b7262..0000000 Binary files a/Docs/Dev/img/er.png and /dev/null differ diff --git a/Docs/introduction.md b/Docs/introduction.md index 630d9fc..c3493cb 100755 --- a/Docs/introduction.md +++ b/Docs/introduction.md @@ -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. diff --git a/info.json b/info.json index 6c753fe..d738e8b 100755 --- a/info.json +++ b/info.json @@ -12,7 +12,7 @@ }, "creator": { "name": "Jingga", - "website": "jingga.app" + "website": "https://jingga.app" }, "description": "The navigation module.", "directory": "Navigation",