diff --git a/docs/_includes/links/tools.rst b/docs/_includes/links/tools.rst index 529752a3..1a5c8646 100644 --- a/docs/_includes/links/tools.rst +++ b/docs/_includes/links/tools.rst @@ -3,6 +3,12 @@ Command line tools ============================================================ +.. |ext_lnk_tool_ansible| raw:: html + + + Ansible + + .. |ext_lnk_tool_awesome_ci| raw:: html @@ -15,6 +21,12 @@ Linux brew +.. |ext_lnk_tool_codecept| raw:: html + + + Codeception + + .. |ext_lnk_tool_composer| raw:: html @@ -141,6 +153,12 @@ PHP Code Beautifier and Fixer +.. |ext_lnk_tool_phpunit| raw:: html + + + PHPUnit + + .. |ext_lnk_tool_pg_dump| raw:: html diff --git a/docs/readings/available-tools.rst b/docs/readings/available-tools.rst index 5a1aad25..ba26ef21 100644 --- a/docs/readings/available-tools.rst +++ b/docs/readings/available-tools.rst @@ -18,8 +18,12 @@ The PHP container is your workhorse and these are your tools: +======================+=======================================+ | various binaries | |ext_lnk_tool_awesome_ci| | +----------------------+---------------------------------------+ +| ``ansible`` | |ext_lnk_tool_ansible| | ++----------------------+---------------------------------------+ | ``brew`` | |ext_lnk_tool_linuxbrew| | +----------------------+---------------------------------------+ +| ``codecept`` | |ext_lnk_tool_codecept| | ++----------------------+---------------------------------------+ | ``composer`` | |ext_lnk_tool_composer| | +----------------------+---------------------------------------+ | ``drush`` | |ext_lnk_tool_drush| | @@ -62,6 +66,8 @@ The PHP container is your workhorse and these are your tools: +----------------------+---------------------------------------+ | ``phpcbf`` | |ext_lnk_tool_phpcbf| | +----------------------+---------------------------------------+ +| ``phpunit`` | |ext_lnk_tool_phpunit| | ++----------------------+---------------------------------------+ | ``photon`` | |ext_lnk_tool_photon| | +----------------------+---------------------------------------+ | ``redis*`` | Various Redis client tools |