Skip to content

Commit 3a50a81

Browse files
committed
Replacing collapsible sections
1 parent b9d1e0c commit 3a50a81

File tree

1 file changed

+2
-18
lines changed

1 file changed

+2
-18
lines changed

exercises/05-log-requests-in-slack/README.md

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -65,29 +65,13 @@ To achieve this, we can decouple (separate) request logging from the integration
6565
6666
Now that we have a basic understanding of why and how we can decouple request logging, let's go ahead and modify our integration flow to handle this.
6767

68-
<!-- markdownlint-disable no-inline-html -->
69-
<details>
70-
<summary>If you've completed the optional exercises 4.1 and 4.2</summary>
71-
<br>
68+
#### If you've completed the optional exercises 4.1 and 4.2
7269

7370
![Add Content Modifier and DataStore](assets/decouple-contentmodified-and-datastore.jpg)
74-
<p align = "center">
75-
<i>Add Content Modifier and DataStore</i>
76-
</p>
7771

78-
</details>
79-
80-
<details>
81-
<summary>If you've NOT completed the optional exercises</summary>
82-
<br>
72+
#### If you've NOT completed the optional exercises
8373

8474
![Add Content Modifier and DataStore](assets/decouple-contentmodified-and-datastore-without-optional.png)
85-
<p align = "center">
86-
<i>Add Content Modifier and DataStore</i>
87-
</p>
88-
89-
</details>
90-
<!-- markdownlint-enable no-inline-html -->
9175

9276
## Design > Integrations
9377

0 commit comments

Comments
 (0)