Skip to content

Commit

Permalink
cleanup nav
Browse files Browse the repository at this point in the history
  • Loading branch information
Whipstickgostop committed Oct 30, 2023
1 parent d717fc3 commit 1f09a13
Show file tree
Hide file tree
Showing 6 changed files with 27 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
navigation.title: Connection Closed
---

# WebSocket Client Closed
Triggered when a configured WebSocket client connection is closed

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
navigation.title: Message
---

# Websocket Client Message
Triggered when data is received by a configured WebSocket client

Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
navigation.title: Connection Opened
---

# Websocket Client Open
Triggered when a configured WebSocket client connection is opened

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# WebSocket Custom Sever Connection Closed
---
navigation.title: Connection Closed
---

# WebSocket Custom Server Connection Closed
Triggered when a client disconnects from a custom WebSocket server

## Parameters
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# WebSocket Custom Sever Message
---
navigation.title: Message
---

# WebSocket Custom Server Message
Triggered when a client sends a message to a custom WebSocket server

## Parameters
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# WebSocket Custom Sever Connection Opened
---
navigation.title: Connection Opened
---

# WebSocket Custom Server Connection Opened
Triggered when a client connects to a custom WebSocket server

## Parameters
Expand Down

0 comments on commit 1f09a13

Please sign in to comment.