diff options
author | Aylur <[email protected]> | 2024-09-07 22:19:48 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-09-07 22:19:48 +0200 |
commit | 4c3bef123b3fc3150f3615339bf517f97511a334 (patch) | |
tree | c172222c225b99af5f0a4d5c078b4dc4ce49443f /docs/getting-started | |
parent | 1eaf72a8149400f9e3a12ba217ed5f8c68a91cb2 (diff) |
docs: add example js bar
Diffstat (limited to 'docs/getting-started')
-rw-r--r-- | docs/getting-started/supported-languages.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/getting-started/supported-languages.md b/docs/getting-started/supported-languages.md index 4ddda32..9f3831b 100644 --- a/docs/getting-started/supported-languages.md +++ b/docs/getting-started/supported-languages.md @@ -11,8 +11,9 @@ The runtime is [GJS](https://gitlab.gnome.org/GNOME/gjs) and **not** nodejs ::: Examples: +- [Simple Bar](https://github.com/Aylur/astal/tree/main/examples/js/simple-bar) + -- TODO ## Lua |