Browse Source

Update examples.md

nickexyz 3 năm trước cách đây
mục cha
commit
21fc1245eb
1 tập tin đã thay đổi với 5 bổ sung4 xóa
  1. 5 4
      docs/examples.md

+ 5 - 4
docs/examples.md

@@ -133,8 +133,6 @@ Some simple bash scripts to achieve this are kindly provided in [nickexyz's repo
 You can use the HTTP request node to send messages with [Node-RED](https://nodered.org), some examples:
 
 Example: Send a message
-
-![Node red message flow](static/img/nodered-message.png)
 <details>
 <summary>Expand</summary>
 
@@ -222,9 +220,10 @@ Example: Send a message
 
 </details>
 
-Example: Send a picture
+![Node red message flow](static/img/nodered-message.png)
 
-![Node red picture flow](static/img/nodered-picture.png)
+
+Example: Send a picture
 <details>
 <summary>Expand</summary>
 
@@ -340,6 +339,8 @@ Example: Send a picture
 
 </details>
 
+![Node red picture flow](static/img/nodered-picture.png)
+
 ## Gatus service health check
 
 An example for a custom alert with <a href="https://github.com/TwiN/gatus">Gatus</a>