Skip to content

Commit

Permalink
docs: fix images
Browse files Browse the repository at this point in the history
  • Loading branch information
medcl authored and bindiego committed Jan 19, 2025
1 parent 8ca9101 commit 219ad28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/content.en/docs/references/assistant.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ curl -H'WEBSOCKET-SESSION-ID: csk88l3q50kb4hr5unn0' -H 'Content-Type: applicat

Tips: `WEBSOCKET-SESSION-ID` should be replaced with the actual WebSocket session ID. You will receive a message each time you connect to the Coco AI WebSocket server. For example: `ws://localhost:2900/ws` or `wss://localhost:2900/ws` if TLS is enabled.

![](/img/websocket-on-connect.jpg?raw=true)
{{% load-img "/img/websocket-on-connect.jpg?raw=true" "WebSocket ID" %}}

### Close a Chat Session

Expand Down
5 changes: 2 additions & 3 deletions docs/content.en/docs/references/connectors/google_drive.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,13 @@ To use the Google Drive Connector, follow these steps to obtain your token:

1. Set the **Authorized Redirect URIs** as shown in the following screenshot:

![Authorized Redirect URIs](/img/google_drive_token.jpg)
{{% load-img "/img/google_drive_token.jpg" "Authorized Redirect URIs" %}}

2. The Google Drive connector uses `/connector/google_drive/oauth_redirect` as the callback URL to receive authorization responses.

3. Once the token is successfully obtained, download the `credentials.json` file.

![credentials.json](/img/download_google_drive_token.png)

{{% load-img "/img/download_google_drive_token.png" "credentials.json" %}}

### Important Notes:
- If you deploy the **coco-server** in your production environment, ensure you:
Expand Down

0 comments on commit 219ad28

Please sign in to comment.