From 2905eee756cf92c0f8d0d57961039cd5abd98f5b Mon Sep 17 00:00:00 2001
From: gotbadger
Date: Fri, 17 Nov 2023 16:07:13 +0000
Subject: [PATCH] docs: formatting fixes
---
docs/contributing/code.md | 2 +-
docs/contributing/recipes.md | 8 ++++----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/docs/contributing/code.md b/docs/contributing/code.md
index f6ba7796a..1ffa98a24 100644
--- a/docs/contributing/code.md
+++ b/docs/contributing/code.md
@@ -49,7 +49,7 @@ Use commands and flags as normal in place of `[COMMAND]`.
Running tests is best performed using the [`run_tests.sh` script]({{meta.sourcePath}}/blob/main/scripts/run_tests.sh). This will configure all needed variables to handle both unit and integration tests.
-```
+```bash
# From the project base
./scripts/run_tests.sh
```
diff --git a/docs/contributing/recipes.md b/docs/contributing/recipes.md
index eb07a2543..45c460183 100644
--- a/docs/contributing/recipes.md
+++ b/docs/contributing/recipes.md
@@ -8,12 +8,12 @@ Recipes are part of how Bearer CLI makes connections between your code and other
Recipes are located at `bearer/internal/classification/db/recipes/`.
-```md
+```
.
├ internal/
-│ └ classification/
-│ └ db/
-│ └ recipes/
+│ └ classification/
+│ └ db/
+│ └ recipes/
```
Each recipe consists of a `JSON` file containing the following properties: