From 90f97f63fa05bd42168b6bc589894dd9a55add18 Mon Sep 17 00:00:00 2001 From: pancho horrillo Date: Wed, 11 Dec 2019 13:15:45 +0100 Subject: [PATCH] doc: markup Docker{,file} as any role MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Roberto Abdelkader Martínez Pérez --- docs/source/concepts/philosophy.rst | 2 +- docs/source/concepts/routes.rst | 4 ++-- docs/source/the_project/install_and_configure.rst | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/source/concepts/philosophy.rst b/docs/source/concepts/philosophy.rst index bd98b27..62d8201 100644 --- a/docs/source/concepts/philosophy.rst +++ b/docs/source/concepts/philosophy.rst @@ -7,7 +7,7 @@ Single Static Binary - Deployment is then as simple as it gets. -- ``Docker``-friendly. +- :any:`Docker`-friendly. Shell Agnostic diff --git a/docs/source/concepts/routes.rst b/docs/source/concepts/routes.rst index 447bdd5..0ea3ec3 100644 --- a/docs/source/concepts/routes.rst +++ b/docs/source/concepts/routes.rst @@ -79,7 +79,7 @@ which is an incomplete recipe. It is then completed by the `command` element. .. note:: - The semantics of this element closely match `Docker`'s ``ENTRYPOINT`` directive. + The semantics of this element closely match :any:`Docker`'s ``ENTRYPOINT`` directive. .. todo:: @@ -104,7 +104,7 @@ incantation to be executed: .. note:: - The semantics of this element closely match `Docker`'s ``COMMAND`` directive. + The semantics of this element closely match :any:`Docker`'s ``COMMAND`` directive. .. todo:: diff --git a/docs/source/the_project/install_and_configure.rst b/docs/source/the_project/install_and_configure.rst index 7345d82..04cd1b8 100644 --- a/docs/source/the_project/install_and_configure.rst +++ b/docs/source/the_project/install_and_configure.rst @@ -74,8 +74,8 @@ Note that *Kapow!* leverages *Go modules*, so you can target specific releases: Include *Kapow!* in your Container Image ---------------------------------------- -If you want to include *Kapow!* in a ``Docker`` image, you can add the binary -directly from the releases section. Below is an example ``Dockerfile`` that +If you want to include *Kapow!* in a :any:`Docker` image, you can add the binary +directly from the releases section. Below is an example :file:`Dockerfile` that includes *Kapow!*. .. code-block:: dockerfile