From 16b7a548db8c75311114ddb53fdc17fda4e2efa3 Mon Sep 17 00:00:00 2001 From: Hasitha Aravinda Date: Tue, 31 Mar 2026 08:12:55 +0530 Subject: [PATCH 1/2] Update Twitter link to new X.com format in social section --- mkdocs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index de8bf14..b9d4d6a 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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 From a51a305c7e04e34659f57dff312047372a647999 Mon Sep 17 00:00:00 2001 From: Hasitha Aravinda Date: Wed, 1 Apr 2026 23:28:14 +0530 Subject: [PATCH 2/2] Add Ballerina Language Reference guide and update navigation labels --- docs/index.md | 8 ++++++++ docs/projects/index.md | 4 ++-- mkdocs.yml | 9 +++++---- 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/docs/index.md b/docs/index.md index 83f5273..b42701f 100644 --- a/docs/index.md +++ b/docs/index.md @@ -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 diff --git a/docs/projects/index.md b/docs/projects/index.md index a62a77a..3c12580 100644 --- a/docs/projects/index.md +++ b/docs/projects/index.md @@ -1,8 +1,8 @@ --- -title: "About Me" +title: "Portfolio" --- -# :rocket: About Me +# 🧑‍💻 Portfolio ## [WSO2](https://wso2.com) · Architect — Integration BU · Compiler Developer — Ballerina Platform diff --git a/mkdocs.yml b/mkdocs.yml index b9d4d6a..c4fd2e6 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -56,8 +56,8 @@ 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 @@ -65,5 +65,6 @@ nav: - 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