Skip to content

Commit

Permalink
Merge pull request #5708 from HindujaB/master
Browse files Browse the repository at this point in the history
Improve configurability BBE
  • Loading branch information
warunalakshitha authored Oct 24, 2024
2 parents 92028c5 + 5b2d87d commit e31c81a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/configurable-variables/configurable_variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ For more information, see [Configure a sample Ballerina service](/learn/configur

::: code configurable_variables.bal :::

::: out configurable_variables.out :::
::: out configurable_variables.out :::
4 changes: 4 additions & 0 deletions examples/configuring-via-toml/configuring-via-toml.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,8 @@ For more information, see [Configure via TOML syntax](/learn/provide-values-to-c

::: code configuring_via_toml.bal :::

To run the example, copy the following content to a file named `Config.toml` in the current directory.

::: code Config.toml :::

::: out configuring_via_toml.out :::

0 comments on commit e31c81a

Please sign in to comment.