Skip to content

Commit c78cf5a

Browse files
authored
Merge pull request #54 from anuruddhal/main
Update sample diagrams
2 parents 3c9ac80 + 582d8ad commit c78cf5a

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -45,14 +45,14 @@ Follow the steps below if you need to perform a major modification (For example:
4545

4646
2. In your forked repository, make your changes in a new Git branch.
4747

48-
3. The `docs-kola/en/docs/` directory contains all the `.md` files with content. Find the relevant location and do the modification.
48+
3. The `docs-bi/en/docs/` directory contains all the `.md` files with content. Find the relevant location and do the modification.
4949

5050
> **NOTE:**
5151
>
5252
> Refer to the [Markdown Cheat Sheet](https://www.markdownguide.org/cheat-sheet/) for styling and formatting.
5353
>
5454
55-
4. Navigate to the `docs-kola/en/` directory in the terminal and build the repository with the following command:
55+
4. Navigate to the `docs-bi/en/` directory in the terminal and build the repository with the following command:
5656

5757
```shell
5858
mkdocs serve
@@ -141,22 +141,22 @@ pip is already installed if you are using Python 3 >=3.4 downloaded from [python
141141
142142
### Step 3 - Fork the repository
143143
144-
Fork the GitHub repository: https://github.com/wso2/docs-kola.git
144+
Fork the GitHub repository: https://github.com/wso2/docs-bi.git
145145
146146
### Step 4 - Clone the repository
147147
148148
Navigate to the location where you want to clone the repository and clone the forked repository.
149149
150150
```shell
151-
git clone https://github.com/<git-username>/docs-kola.git
151+
git clone https://github.com/<git-username>/docs-bi.git
152152
```
153153
154154
### Step 5 - Install the dependencies
155155
156156
1. Navigate to the `<language-folder>` (`en`) inside the folder containing the repository that you cloned.
157157
158158
```shell
159-
cd docs-kola/en/
159+
cd docs-bi/en/
160160
```
161161
162162
2. Install the required pip packages.
@@ -216,7 +216,7 @@ Navigate to the location where you want to clone the repository and clone the fo
216216
>
217217
> If you are adding new images or new pages to the doc space, update the base path when locally running the project.
218218
>
219-
> 1. Open the `mkdocs.yml` file located in the `docs-kola/en/docs/` directory.
219+
> 1. Open the `mkdocs.yml` file located in the `docs-bi/en/docs/` directory.
220220
>
221221
> 2. Update the `base_path` to `http://localhost:8000/en/latest` by uncommenting the entry.
222222
>
18.5 KB
Loading
-520 Bytes
Loading
Loading

en/docs/learn/img.png

-107 KB
Binary file not shown.

en/docs/learn/message-routing.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Message routing
1+
# Content-based message routing
22

33
In this tutorial, you'll create a service that allows users to reserve appointments at various hospitals. Requests will be directed to the appropriate hospital based on the request payload's content.
44
To accomplish this, you’ll build a REST service with a single resource in Ballerina Integrator extension. The resource will handle user requests, identify the hospital endpoint based on the hospital ID, forward the request to the specified hospital service to make the reservation, and return the reservation details.

en/docs/roadmap/language-support.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Ballerina language support in low-code development
22

3-
The Kola low-code development environment provides an opinionated representation of the Ballerina language and its ecosystem, leveraging Ballerina’s core features to create a streamlined low-code experience.
3+
The Ballerina Integrator development environment provides an opinionated representation of the Ballerina language and its ecosystem, leveraging Ballerina’s core features to create a streamlined low-code experience.
44
All configurations are serialized directly into Ballerina code—there is no intermediate representation—ensuring the source code remains the single source of truth.
55

66
This document offers a high-level overview of Ballerina language features, discusses the differences and limitations between pro-code and low-code development, and outlines the roadmap for aligning more advanced pro-code capabilities with the low-code environment in future releases.
77

88
## Low-code scope and limitations
99

10-
The Kola low-code environment is designed to streamline development by abstracting complex Ballerina features and providing an intuitive visual experience.
10+
The Ballerina Integrator low-code environment is designed to streamline development by abstracting complex Ballerina features and providing an intuitive visual experience.
1111
However, this simplification has certain constraints.
1212
Some advanced language features and custom configurations are not supported in low-code mode.
1313
For greater flexibility and full access to Ballerina’s capabilities, developers can switch to the pro-code view when needed.

en/docs/roadmap/overview.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# **Features and roadmap**
22

3-
This document gives a broad overview of Kola's current features and future roadmap, emphasizing key capabilities available now and upcoming enhancements planned for future releases. Note that the roadmap might change and may not include all planned features.
3+
This document gives a broad overview of Ballerina Integrator's current features and future roadmap, emphasizing key capabilities available now and upcoming enhancements planned for future releases. Note that the roadmap might change and may not include all planned features.
44

55
## **Current features**
66

0 commit comments

Comments
 (0)