Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@ CodeSeekers Endless Programming Languages Meetup · 2022 · [Related project →

---

## Guides

### [Ballerina Language Reference](https://hasithaa.github.io/ballerina-reference-guide/) *(WIP)*

A language reference for Ballerina — covering the structural type system, worker-based concurrency, and data-oriented design from first principles.

---

## Projects

### [Ballerina Workflow](projects/index.md#ballerina-workflow) · 2026
Expand Down
4 changes: 2 additions & 2 deletions docs/projects/index.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
---
title: "About Me"
title: "Portfolio"
---

# :rocket: About Me
# 🧑‍💻 Portfolio

## [WSO2](https://wso2.com) · Architect — Integration BU · Compiler Developer — Ballerina Platform

Expand Down
13 changes: 7 additions & 6 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ extra_css:

extra:
social:
- icon: fontawesome/brands/twitter
link: https://twitter.com/HasithaAravinda
- icon: fontawesome/brands/x-twitter
link: https://x.com/HasithaAravinda
- icon: fontawesome/brands/github
link: https://github.com/hasithaa/
- icon: fontawesome/brands/linkedin
Expand All @@ -56,14 +56,15 @@ markdown_extensions:
permalink: true

nav:
- Home: index.md
- Blog:
- 🏠 Home: index.md
- 📝 Blog:
- blog/index.md
- Ballerina Integrator Journey: blog/2025/wso2con-ballerina-integrator.md
- Programming Languages and Compilers: blog/2025/wso2-tech-conf-compilers.md
- Setup Ballerina Action: blog/2023/setup-ballerina.md
- Ballerina Identifiers: blog/2023/ballerina-identifiers.md
- Ballerina Meetup: blog/2022/meetup.md
- My Old Blog: blog/old.md
- About Me:
- projects/index.md
- 📚 Guides:
- Ballerina Language Reference ↗: https://hasithaa.github.io/ballerina-reference-guide/
- 🧑‍💻 Portfolio: projects/index.md
Loading