From 8fb05e6d0cb4d30cbcd79296d13e1b4a25da3ca7 Mon Sep 17 00:00:00 2001 From: Milos Stojanovic Date: Fri, 21 Jun 2019 12:00:20 +0200 Subject: [PATCH] Website generation with Couscous --- accounts.html | 8 ++++---- configuration/basic.html | 8 ++++---- configuration/logging.html | 2 +- configuration/router.html | 2 +- configuration/storage.html | 4 ++-- translations/default.html | 2 +- 6 files changed, 13 insertions(+), 13 deletions(-) diff --git a/accounts.html b/accounts.html index 10525bb..b3ff247 100644 --- a/accounts.html +++ b/accounts.html @@ -148,14 +148,14 @@

Resetting Admin's password

If you forgot your admin password you can follow these steps to reset it:

-

Note: If you're using database Auth adapter then simply run this query to set default password back to admin123:

+

Note: If you're using database Auth adapter then simply run this query to set default password back to admin123

UPDATE `users`
 SET `password` = '$2y$10$Nu35w4pteLfc7BDCIkDPkecjw8wsH8Y2GMfIewUbXLT7zzW6WOxwq'
 WHERE `username` = 'admin';
diff --git a/configuration/basic.html b/configuration/basic.html index e40b10c..d8270b4 100644 --- a/configuration/basic.html +++ b/configuration/basic.html @@ -72,12 +72,12 @@

Routes file

-

Routes file is located here /backend/Controllers/routes.php. Each route in the routes array looks like this:

+

Routes file is located here backend/Controllers/routes.php Each route in the routes array looks like this:

    [
         'route' => [
             'GET', '/download/{path_encoded}', '\Filegator\Controllers\DownloadController@download',
diff --git a/configuration/storage.html b/configuration/storage.html
index a2b7ca9..4212127 100644
--- a/configuration/storage.html
+++ b/configuration/storage.html
@@ -163,7 +163,7 @@
         ],
 

SFTP Adapter

-

You must require additional library composer require league/flysystem-sftp.

+

You must require additional library composer require league/flysystem-sftp

See official documentation.

        'Filegator\Services\Storage\Filesystem' => [
             'handler' => '\Filegator\Services\Storage\Filesystem',
@@ -183,7 +183,7 @@
         ],
 

Dropbox Adapter

-

You must require additional library composer require spatie/flysystem-dropbox.

+

You must require additional library composer require spatie/flysystem-dropbox

See official documentation

        'Filegator\Services\Storage\Filesystem' => [
             'handler' => '\Filegator\Services\Storage\Filesystem',
diff --git a/translations/default.html b/translations/default.html
index 0fd095c..c61e53c 100644
--- a/translations/default.html
+++ b/translations/default.html
@@ -125,7 +125,7 @@
                 
                 

Translations

-

Default language file is located under /frontend/translations/english.js. You can add more languages in the same folder and adjust language variable in your configuration.php file to use it.

+

Default language file is located under frontend/translations/english.js You can add more languages in the same folder and adjust language variable in your configuration.php file to use it.

You should only translate value on the right, for example:

'Close': 'Schliessen',

Default language file is: