Skip to content

Commit

Permalink
fix: fixing rendering errors of glee docs (#839)
Browse files Browse the repository at this point in the history
  • Loading branch information
sambhavgupta0705 authored Sep 3, 2024
1 parent 3933958 commit 2770cc4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/pages/bearerToken.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ export async function clientAuth({ parsedAsyncAPI, serverName }) {
}
```

Glee will utilize the `token` for server authentication, employing it in the header with the format: `Authorization: Bearer {token}`.
Glee will utilize the `token` for server authentication, employing it in the header with the format: `Authorization: Bearer \{token\}`.

### Server Side

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ These scripts serve different development stages:

#### Setting up `asyncapi.yaml` and Required Directories

Craft an `asyncapi.yaml` file capable of receiving a "hello {name}" message via WebSocket (`ws`) protocol on the `hello` channel. Define the operation ID as `onHello`, indicating the function to be called, and set the payload type to string for publishing on that channel.
Craft an `asyncapi.yaml` file capable of receiving a "hello \{name\}" message via WebSocket (`ws`) protocol on the `hello` channel. Define the operation ID as `onHello`, indicating the function to be called, and set the payload type to string for publishing on that channel.

```yaml
# AsyncAPI Specification for Hello, Glee!
Expand Down

0 comments on commit 2770cc4

Please sign in to comment.