From 8cd4ca97e6d6df8a2944efd8bc041b90a22b79f8 Mon Sep 17 00:00:00 2001 From: Peter Taoussanis Date: Mon, 23 Dec 2024 12:46:32 +0100 Subject: [PATCH] [doc] [#33] Add community examples link to Bling Gist --- projects/main/project.clj | 15 ++++++++------- wiki/8-Community.md | 1 + 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/projects/main/project.clj b/projects/main/project.clj index 1b95a87..f8d4af5 100644 --- a/projects/main/project.clj +++ b/projects/main/project.clj @@ -46,13 +46,14 @@ *unchecked-math* false #_:warn-on-boxed} :dependencies - [[org.clojure/core.async "1.7.701"] - [org.clojure/test.check "1.1.1"] - [org.clojure/tools.logging "1.3.0"] - [org.slf4j/slf4j-api "2.0.16"] - [com.taoensso/telemere-slf4j "1.0.0-RC1"] - #_[org.slf4j/slf4j-simple "2.0.16"] - #_[org.slf4j/slf4j-nop "2.0.16"] + [[org.clojure/core.async "1.7.701"] + [org.clojure/test.check "1.1.1"] + [org.clojure/tools.logging "1.3.0"] + [org.slf4j/slf4j-api "2.0.16"] + [com.taoensso/telemere-slf4j "1.0.0-RC1"] + #_[org.slf4j/slf4j-simple "2.0.16"] + #_[org.slf4j/slf4j-nop "2.0.16"] + #_[io.github.paintparty/bling "0.4.2"] ;;; For optional handlers [io.opentelemetry/opentelemetry-api "1.45.0"] diff --git a/wiki/8-Community.md b/wiki/8-Community.md index 4f04f6b..c835ce2 100644 --- a/wiki/8-Community.md +++ b/wiki/8-Community.md @@ -13,6 +13,7 @@ Includes videos, tutorials, demo projects, etc. | ------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | Support | [Official Slack channel](https://www.taoensso.com/telemere/slack) for questions, help, etc. | | Support | [Official GitHub issues](https://github.com/taoensso/telemere/issues) for questions, help, bug reports, PRs, etc. | +| Example | [Gist](https://gist.github.com/ptaoussanis/f8a80f85d3e0f89b307a470ce6e044b5) showing use with [Bling](https://github.com/paintparty/bling) (2024-12-23) | | Example | [Gist](https://gist.github.com/xlfe/e9e2cf23bd1dddcbb2fbd77ce31dcc8b) showing use with **Google Cloud Platform** (GCP) (2024-10-13) | | Study | [YouTube learning session](https://www.youtube.com/watch?v=uyApiNg6h7Y) by [Los Angeles Clojure Users Group](https://www.meetup.com/los-angeles-clojure-users-group/) (107 mins) (2024-06-12) | | Demo | [Official YouTube demo](https://www.youtube.com/watch?v=-L9irDG8ysM) for Telemere's launch (24 mins) (2024-04-18) |