Skip to content

Commit b5827fe

Browse files
authored
Merge pull request #44 from SachinAkash01/main
Refactor quick start guides
2 parents 54e6e1e + fc84e1d commit b5827fe

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

en/docs/quick-start-guides/deploy-your-first-ai-agent.md

+3-7
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ In this guide, you will:
2525
## Step 1: Attach a Git repository
2626
1. Go to [https://console.devant.dev/](https://console.devant.dev/) and sign in. This redirects you to the **Default** project or to the project you visited last.
2727
2. On the project overview page, click **Attach a Git Repository**.
28-
3. Click **Authorize with GitHub** to connect Devant to your GitHub account. If you haven't connected your GitHub repository to Devant, authorize the WSO2 cloud app stage with your GitHub account [WSO2 Cloud App](https://github.com/marketplace/choreo-apps).
29-
4. Under the **Organization** dropdown, click **+ Add**. This redirects you to the **Install WSO2 Cloud App Stage** page.
28+
3. Click **Authorize with GitHub** to connect Devant to your GitHub account. If you haven't connected your GitHub repository to Devant, authorize the WSO2 cloud app with your GitHub account [WSO2 Cloud App](https://github.com/marketplace/choreo-apps).
29+
4. Under the **Organization** dropdown, click **+ Add**. This redirects you to the **Install WSO2 Cloud App** page.
3030
5. Select your GitHub account and install [WSO2 Cloud App](https://github.com/marketplace/choreo-apps)
3131

3232
!!! note
@@ -39,7 +39,7 @@ In this guide, you will:
3939
6. Select your organization under the **Organization** dropdown. If your organization is not listed, click the Refetch button.
4040
7. Select a repository to save your AI Agent. Optionally, you may select a **Branch** and a **Path** of the selected repository to save your AI Agent.
4141
8. The **Name** and **Identifier** fields are automatically populated. Optionally, you can edit them to your preference.
42-
9. Select the **Technology** as `Ballerina`.
42+
9. Select the **Technology** as `Ballerina Integrator`.
4343
10. Choose the **Integration Type** as `AI Agent` and click **Create**.
4444

4545
This redirects you to the overview page of the AI Agent. Now, let's develop the AI Agent.
@@ -56,10 +56,6 @@ This redirects you to the overview page of the AI Agent. Now, let's develop the
5656
3. Click **`Restart VS Code`** to complete the setup.
5757
<a href="{{base_path}}/assets/img/get-started/schedule-your-first-automation/bi-setup.gif"><img src="{{base_path}}/assets/img/get-started/schedule-your-first-automation/bi-setup.gif" alt="Ballerina Integrator Setup" width="80%"></a>
5858

59-
???+ info "Update Ballerina Integrator's Ballerina Distribution"
60-
The setup wizard installs the Ballerina distribution required for the Ballerina Integrator into the `<USER_HOME>/.ballerina/ballerina-home` directory.
61-
Press `Ctrl + Shift + P` on Windows and Linux, or `Shift + ⌘ + P` on a Mac and type `Ballerina: Update Ballerina Integrator` to update the installed Ballerina distribution.
62-
6359
## Step 4: Develop AI Agent in VSCode
6460
1. Go to the Overview page of the integration you have created and click **Develop in Ballerina Integrator**. This will clone your project and open in Ballerina Integrator.
6561
2. In the Ballerina Integrator design view, click **Add Artifact**.

en/docs/quick-start-guides/deploy-your-first-integration-as-api.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ In this guide, you will:
2727
!!! tip
2828
If you're using a public Git repository, you can skip ahead to sub-step 9. Click **Use a Third-Party Public Git Repository** and enter the repository URL.
2929

30-
3. Click **Authorize with GitHub** to connect Devant to your GitHub account. If you haven't connected your GitHub repository to Devant, authorize the WSO2 cloud app stage with your GitHub account [WSO2 Cloud App](https://github.com/marketplace/choreo-apps).
31-
4. Under the **Organization** dropdown click **+ Add**. This redirects you to the **Install WSO2 Cloud App Stage** page.
30+
3. Click **Authorize with GitHub** to connect Devant to your GitHub account. If you haven't connected your GitHub repository to Devant, authorize the WSO2 cloud app with your GitHub account [WSO2 Cloud App](https://github.com/marketplace/choreo-apps).
31+
4. Under the **Organization** dropdown click **+ Add**. This redirects you to the **Install WSO2 Cloud App** page.
3232
5. Select your GitHub account and install [WSO2 Cloud App](https://github.com/marketplace/choreo-apps)
3333

3434
!!! note
@@ -43,7 +43,7 @@ In this guide, you will:
4343
7. Select a repository to save your integration.
4444
8. Select a **Branch** and a **Path** of the selected repository to save your integration.
4545
9. **Name** and **Identifier** fields are automatically populated. Additionally, you can edit them to your preference.
46-
10. Select the **Technology** as `WSO2 MI`.
46+
10. Select the **Technology** as `Micro Integrator`.
4747
11. Choose the **Integration Type** as `Integration as API` and Click **Create**.
4848

4949
This redirects you to the overview page of the integration. Now, let's design the integration.

0 commit comments

Comments
 (0)