summaryrefslogtreecommitdiff
path: root/docs/guide/getting-started
diff options
context:
space:
mode:
authorAylur <[email protected]>2024-11-07 01:39:01 +0100
committerAylur <[email protected]>2024-11-07 01:39:01 +0100
commit12ee15f4dadc0c006a8e104ef0b45afebd29fcc7 (patch)
tree3c76d21e9494ac031b7d27f7063b29e8d58c01bb /docs/guide/getting-started
parentc41493373af18bd1c7c9b25882c93c1841110baa (diff)
docs: showcase notification example
Diffstat (limited to 'docs/guide/getting-started')
-rw-r--r--docs/guide/getting-started/supported-languages.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/guide/getting-started/supported-languages.md b/docs/guide/getting-started/supported-languages.md
index d6d669d..a9d2824 100644
--- a/docs/guide/getting-started/supported-languages.md
+++ b/docs/guide/getting-started/supported-languages.md
@@ -21,6 +21,10 @@ Examples:
- [Simple Bar](https://github.com/Aylur/astal/tree/main/examples/js/simple-bar)
![simple-bar](https://github.com/user-attachments/assets/a306c864-56b7-44c4-8820-81f424f32b9b)
+- [Notification Popups](https://github.com/Aylur/astal/tree/main/examples/js/notifications)
+![notification-popups](https://github.com/user-attachments/assets/0df0eddc-5c74-4af0-a694-48dc8ec6bb44)
+
+
## Lua
Lua is well-supported, but I would still recommend TypeScript, as Lua lacks a type system, which in turn limits editor support.