diff --git a/doc/deployment_guide/deployment_guide.md b/doc/deployment_guide/deployment_guide.md
index e819077a640b2702559fd98df568a9a26e6a0b50..6dd3ef9460a3065a5d6fbab8250e73288b53fae9 100644
--- a/doc/deployment_guide/deployment_guide.md
+++ b/doc/deployment_guide/deployment_guide.md
@@ -682,6 +682,7 @@ source my_deploy.sh
 ```
 
 The script performs the following steps:
+
 - Executes script `./deploy/crdb.sh` to automate deployment of CockroachDB database used by Context component.
   - The script automatically checks if CockroachDB is already deployed.
   - If there are settings instructing to drop the database and/or redeploy CockroachDB, it does the appropriate actions to honor them as defined in previous section.