Skip to content

Commit 26aed30

Browse files
Merge pull request #112 from NipunaRanasinghe/main
Update BI documentation for v1.1.0 release
2 parents 9a6a695 + 2dcd466 commit 26aed30

File tree

13 files changed

+53
-51
lines changed

13 files changed

+53
-51
lines changed
-410 KB
Loading
-1.17 MB
Loading
-1.81 MB
Loading
-1.47 MB
Loading
-1.36 MB
Loading
-1.46 MB
Loading
111 KB
Loading

en/docs/developer-guides/ai-for-integration/build-an-http-service-with-wso2-copilot.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,18 @@ In this tutorial, you’ll create an HTTP service to add key-value pairs to a Re
2424

2525
<a href="{{base_path}}/assets/img/developer-guides/ai-for-integration/http-service-with-copilot/prompt.gif"><img src="{{base_path}}/assets/img/developer-guides/ai-for-integration/http-service-with-copilot/prompt.gif" alt="AI Prompt" width="70%"></a>
2626

27-
3. Click on **+ Add to Ingeration** button to add the generated integration to the project.
27+
3. Click on **+ Add to Integration** button to add the generated integration to the project.
2828
4. The generated integration will look like below:
2929

3030
<a href="{{base_path}}/assets/img/developer-guides/ai-for-integration/http-service-with-copilot/generated-integration.png"><img src="{{base_path}}/assets/img/developer-guides/ai-for-integration/http-service-with-copilot/generated-integration.png" alt="Generated integration" width="70%"></a>
3131

32-
## Step 3: Add a resource to get value
32+
## Step 3: Add a resource to get value
3333

3434
1. Add the following prompt and press `Enter`:
3535
```text
3636
Add a resource to get the value of a key from Redis.
3737
```
38-
2. Click on **+ Add to Ingeration** button to add the generated integration to the project.
38+
2. Click on **+ Add to Integration** button to add the generated integration to the project.
3939
3. The generated integration will look like below:
4040

4141
<a href="{{base_path}}/assets/img/developer-guides/ai-for-integration/http-service-with-copilot/get.png"><img src="{{base_path}}/assets/img/developer-guides/ai-for-integration/http-service-with-copilot/get.png" alt="Add get resource" width="70%"></a>
@@ -50,12 +50,14 @@ In this tutorial, you’ll create an HTTP service to add key-value pairs to a Re
5050

5151
<a href="{{base_path}}/assets/img/developer-guides/ai-for-integration/http-service-with-copilot/docker.png"><img src="{{base_path}}/assets/img/developer-guides/ai-for-integration/http-service-with-copilot/docker.png" alt="Start Redis" width="70%"></a>
5252

53-
## Step 6: Configure the Redis client
53+
## Step 6: Configure the Redis client
5454

55-
1. In the `Integrator overview`, click on the **Configurations**.
55+
1. In the `Design View`, click on the **Configure** button on the top-right side.
5656
2. Set `redisHost` value to `localhost`.
5757
3. Set `redisPort` value to `6379`.
5858

59+
> **Note:** No need to set the above values if the configurable variables are generated with default values.
60+
5961
<a href="{{base_path}}/assets/img/developer-guides/ai-for-integration/http-service-with-copilot/configuration.gif"><img src="{{base_path}}/assets/img/developer-guides/ai-for-integration/http-service-with-copilot/configuration.gif" alt="Configurations" width="70%"></a>
6062

6163
## Step 5: Generate the curl commands

en/docs/get-started/develop-event-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Before you begin, make sure you have the following:
1919
1. In WSO2 Integrator: BI design view, click **Add Artifact**.
2020
2. Select **Event Integration** from the Constructs menu.
2121
3. Click **Create** to create an event integration. This directs you to the event integration diagram view.
22-
4. From the left side panel, click **+** on the **Configurations**, and add the following configurables.
22+
4. Go to the **Design View** by clicking the Home icon in the top left corner, click on the **Configure** button, and add the following configurables.
2323

2424
| Configurable | Type |
2525
|---------------------|------------|

en/docs/get-started/develop-file-integration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Before you begin, make sure you have the following:
1717

1818
This redirects you to the **Create New Integration in VS Code** page.
1919

20-
1. From the left side panel, click **+** on the **Configurations**, and add the following configurables.
20+
1. Click on the **Configure** button on the top-right side, and add the following configurables.
2121

2222
| Configurable | Type |
2323
|---------------------|------------|
@@ -29,7 +29,7 @@ This redirects you to the **Create New Integration in VS Code** page.
2929

3030
<a href="{{base_path}}/assets/img/get-started/develop-file-integration/add-configurables.gif"><img src="{{base_path}}/assets/img/get-started/develop-file-integration/add-configurables.gif" alt="Add Configurations" width="80%"></a>
3131

32-
2. Go to the **Design View** by clicking the Home icon on the top left corner and click **Add Artifact**.
32+
2. Go to the **Design View** by clicking the Home icon in the top left corner and click **Add Artifact**.
3333
3. Select **FTP Service**. Choosing the **File Integration** from the Devant console disables the other options.
3434
4. Provide the name of the **Listener Configuration** as `weatherListener`.
3535
5. Then expand the **Advanced Configurations** and enter the following configurables:

0 commit comments

Comments
 (0)