diff --git a/docs/doks-theme/_layouts/homepage.html b/docs/doks-theme/_layouts/homepage.html index d0f28479..0fbf59b9 100644 --- a/docs/doks-theme/_layouts/homepage.html +++ b/docs/doks-theme/_layouts/homepage.html @@ -56,6 +56,8 @@

{{ page.title }}

{% endif %} +
+

{{ page.author.description }}

diff --git a/docs/installation.md b/docs/installation.md index be500080..9e1e2375 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -36,7 +36,7 @@ AnsibleForms can be installed in a few ways. # Install using Docker-Compose -The recommende way to install AnsibleForms is using `Docker Compose`, which is the fastest way to start AnsibleForms with Docker. However, if you are skilled with docker and/or Kubernetes, the [docker-compose (with Kubernetes sample)](https://github.com/ansibleguy76/ansibleforms-docker), together with the environment variables should get you started as well. +The recommended way to install AnsibleForms is using `Docker Compose`, which is the fastest way to start AnsibleForms with Docker. However, if you are skilled with docker and/or Kubernetes, the [docker-compose (with Kubernetes sample)](https://github.com/ansibleguy76/ansibleforms-docker), together with the environment variables should get you started as well.

Note Using docker and docker-compose for the first time, requires some basic linux skills and some knowledge about containers