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 de8bf14..c4fd2e6 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 @@ -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