diff --git a/DOCUMENTATION/_settings/content/contributing/index.md b/DOCUMENTATION/_settings/content/contributing/index.md
index 29b90bea..f3b67b75 100644
--- a/DOCUMENTATION/_settings/content/contributing/index.md
+++ b/DOCUMENTATION/_settings/content/contributing/index.md
@@ -39,14 +39,15 @@ You can request a new feature by submitting an [Issue](https://github.com/larado
Laradock uses [Hugo](https://gohugo.io/) as website generator tool, with the [Material Docs theme](http://themes.gohugo.io/theme/material-docs/). You might need to check their docs quickly.
-1. Install [Hugo](https://gohugo.io/) on your machine (easy steps).
-2. Open the `DOCUMENTATION/_settings/content` and search for the markdown file you want to edit (every folder is a section in the menu).
-3. After done editing, run the this command `hugo` to generate the updated site inside the `docs` folder (It's recommended to delete all files form the `/docs` folder, except the `CNAME` file, before running the `hugo` command).
+1. Install [Hugo](https://gohugo.io/) on your machine (easy thing).
+2. Open the `DOCUMENTATION/_settings/content` and search for the markdown file you want to edit (every folder represents a section in the menu).
+3. Delete the `/docs` folder from the root.
+4. When you finish editing, run the `hugo` command to generate the HTML docs (in the `/docs`).
-#### To Host the website locally
+### To Host the website locally
Go to `DOCUMENTATION/_settings` in your terminal and run `hugo serve` to host the website locally.
-#### Edit the sidebar
+### Edit the sidebar
To add a new section to the sidebar or edit existing one, you need to edit this file `DOCUMENTATION/_settings/config.toml`.
diff --git a/DOCUMENTATION/_settings/content/documentation/index.md b/DOCUMENTATION/_settings/content/documentation/index.md
index ee2e5d75..7d4addc9 100644
--- a/DOCUMENTATION/_settings/content/documentation/index.md
+++ b/DOCUMENTATION/_settings/content/documentation/index.md
@@ -176,6 +176,11 @@ However to view the logs of all the other containers (MySQL, PHP-FPM,...) you ca
docker logs {container-name}
```
+More [options](https://docs.docker.com/compose/reference/logs/)
+
+```bash
+docker logs -f {container-name}
+```
diff --git a/DOCUMENTATION/_settings/CNAME-COPY b/DOCUMENTATION/_settings/static/CNAME
similarity index 100%
rename from DOCUMENTATION/_settings/CNAME-COPY
rename to DOCUMENTATION/_settings/static/CNAME
diff --git a/docs/documentation/index.html b/docs/documentation/index.html
index e43cb4ed..00acc130 100644
--- a/docs/documentation/index.html
+++ b/docs/documentation/index.html
@@ -447,6 +447,11 @@ example for mysql
it will be mysql/Dockerfile
.
docker logs {container-name}
+More options
+ +docker logs -f {container-name}
+
+
diff --git a/docs/documentation/index.xml b/docs/documentation/index.xml
index 29310c57..ff8f7b80 100644
--- a/docs/documentation/index.xml
+++ b/docs/documentation/index.xml
@@ -150,6 +150,11 @@ example for <code>mysql</code> it will be <code>mysql/Dockerfi
<pre><code class="language-bash">docker logs {container-name}
</code></pre>
+<p>More <a href="https://docs.docker.com/compose/reference/logs/">options</a></p>
+
+<pre><code class="language-bash">docker logs -f {container-name}
+</code></pre>
+
<p><br>
<a name="PHP"></a></p>
diff --git a/docs/index.html b/docs/index.html
index d6cfb4f7..2c4ca0b6 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -840,6 +840,11 @@ example for mysql
it will be mysql/Dockerfile
.
docker logs {container-name}
+More options
+ +docker logs -f {container-name}
+
+
diff --git a/docs/index.xml b/docs/index.xml
index c2430db2..8c4953e6 100644
--- a/docs/index.xml
+++ b/docs/index.xml
@@ -552,6 +552,11 @@ example for <code>mysql</code> it will be <code>mysql/Dockerfi
<pre><code class="language-bash">docker logs {container-name}
</code></pre>
+<p>More <a href="https://docs.docker.com/compose/reference/logs/">options</a></p>
+
+<pre><code class="language-bash">docker logs -f {container-name}
+</code></pre>
+
<p><br>
<a name="PHP"></a></p>