ballerina-dev-website icon indicating copy to clipboard operation
ballerina-dev-website copied to clipboard

Dev version of the ballerina.io website

Results 154 ballerina-dev-website issues
Sort by recently updated
recently updated
newest added

## Description Found the following issues in the [Observe Ballerina Programs](https://ballerina.io/learn/observe-ballerina-programs/) guide on the website. - In `Step 2 - observe the Hello World Ballerina service` section, it is noted...

Type/Improvement
Area/LearnPages

## Description > $subject ## Related website/documentation area > Add/Uncomment the relevant area label out of the following. ## Describe the problem(s) > A detailed description of the purpose of...

Type/Improvement

## Purpose > Describe the problems, issues, or needs driving this feature/fix and include links to related issues in the following format: Resolves issue1, issue2, etc. > Fixes #8936 ##...

## Description The learn pages for the VS Code extension contain minor language issues and outdated information. Here are a few cases: * The docs contain outdated screenshots. 1. The...

Type/Bug
Category/Content
Area/VSCodeDocs
Kind/DevTools

## Description In the page https://ballerina.io/learn/vs-code-extension/run-a-program/, two ways of running a program are listed. However, [Use the Diagram](https://ballerina.io/learn/vs-code-extension/run-a-program/#use-the-diagram-view) approach is not available in the VSCode. I believe it has been...

Type/Bug

## Description In the [HTTP API Designer documentation](https://ballerina.io/learn/vs-code-extension/design-the-services/http-api-designer/), a sample http service code has not been provided. However in the [GraphQL API designer documentation](https://ballerina.io/learn/vs-code-extension/design-the-services/graphql-api-designer/), there is a sample that can...

Type/Improvement

## Description - https://ballerina.io/learn/test-ballerina-code/test-a-simple-function/ - “The Ballerina language has a built-in robust test framework, which allows you to achieve multiple levels of the test pyramid including, unit testing, integration testing,...

Type/Improvement
Area/LearnPages

## Description As specified in the spec https://ballerina.io/spec/lang/master/#section_9.1, the annotation value can be optional. Therefore, it is valid to write `@test:Config` for the following source code. https://github.com/ballerina-platform/ballerina-dev-website/blob/d11afb0dcdf6b4b121c4bc5440a937aaf604d8d6/swan-lake/development-tutorials/source-code-dependencies/style-guide/annotations-documentation-and-comments.md?plain=1#L30-L37 IMO, omitting the...

Type/Improvement
Area/LearnPages
Category/Content

## Description ATM, the style guide does not specify what the best practice is for documenting a record: https://ballerina.io/learn/style-guide/annotations-documentation-and-comments/#documentation. Currently, there are two approaches to document a record. 1. Attach...

Type/Improvement
Area/LearnPages
Category/Content

## Description https://ballerina.io/learn/observe-metrics/ E.g., ballerina.observe.metricsReporter

Type/Bug