Skip to content

Commit

Permalink
Update Zulip badge
Browse files Browse the repository at this point in the history
  • Loading branch information
PEZ committed Dec 22, 2024
1 parent d64ab51 commit a038073
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

_Distilled from [CIDER](https://cider.mx/)*._

[![#calva chat on Zulip](https://img.shields.io/badge/zulip-join_chat-brightgreen.svg)](https://clojurians.zulipchat.com/#narrow/channel/151858-calva)
[![chat - #clojure](https://img.shields.io/badge/chat-%23calva-db9550?style=for-the-badge&logo=zulip)](https://clojurians.zulipchat.com/#narrow/channel/151858-calva)

Welcome to [Calva](https://marketplace.visualstudio.com/items?itemName=betterthantomorrow.calva), an integrated, REPL powered, development environment for enjoyable and productive [Clojure](https://clojure.org) and [ClojureScript](https://clojurescript.org) programming in [Visual Studio Code](https://code.visualstudio.com). It includes:

Expand Down
2 changes: 1 addition & 1 deletion docs/site/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ description: Learn how to use Calva, a rich IDE for enjoyable and productive Clo

[Calva](https://marketplace.visualstudio.com/items?itemName=betterthantomorrow.calva) is an integrated, REPL powered, development environment for enjoyable and productive [Clojure](https://clojure.org) and [ClojureScript](https://clojurescript.org) programming in [Visual Studio Code](https://code.visualstudio.com). It is [feature rich](#features) and turnkey. A lot of effort has been put into making Calva a good choice if you are new to Clojure. [Calva is open source](https://github.com/BetterThanTomorrow/calva) and free to use.

[![#calva chat on Zulip](https://img.shields.io/badge/zulip-join_chat-brightgreen.svg)](https://clojurians.zulipchat.com/#narrow/channel/151858-calva)
[![chat - #clojure](https://img.shields.io/badge/chat-%23calva-db9550?style=for-the-badge&logo=zulip)](https://clojurians.zulipchat.com/#narrow/channel/151858-calva)

## Getting Started

Expand Down
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,11 @@
"theme": "light"
},
"badges": [
{
"url": "https://img.shields.io/badge/chat-%23calva-db9550?style=for-the-badge&logo=zulip",
"href": "https://clojurians.zulipchat.com/#narrow/channel/151858-calva",
"description": "Let's talk in the #calva channel at the Clojurians Slack"
},
{
"url": "https://img.shields.io/badge/clojurians-calva--dev-blue.svg?logo=slack",
"href": "https://clojurians.slack.com/messages/calva/",
Expand Down

0 comments on commit a038073

Please sign in to comment.