From 1aea6e487969d58fec7491c27113420991dbc2a2 Mon Sep 17 00:00:00 2001 From: JJ Grobler <149567957+JJ-Cronos@users.noreply.github.com> Date: Thu, 30 May 2024 16:45:22 +0200 Subject: [PATCH] Docs: Fix Format --- docs/container-aliases.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/container-aliases.md b/docs/container-aliases.md index c389a699..3c01cbe7 100644 --- a/docs/container-aliases.md +++ b/docs/container-aliases.md @@ -2,7 +2,7 @@ These alieases are contained the in the dockerfile under the "Add aliases" heading -1. py : shortcut for executing python -2. frap-install : shortcut for [frappe's bench script installer](development.md#setup-bench-/-new-site-using-script) -3. install-rafnav : Installs RAFNAV and its dependencies for the current **in use** site. -4. start dev: CD into the default bench directory and start the server. +1. ```py```: shortcut for executing python +2. ```frap-install```: shortcut for [frappe's bench script installer](development.md#setup-bench-/-new-site-using-script) +3. ```install-rafnav```: Installs RAFNAV and its dependencies for the current **in use** site. +4. ```start dev```: CD into the default bench directory and start the server.