docs

flowthing 2026-05-09T19:56:16.190859Z

Is https://clojuredocs.org/clojuredocs-export.json no longer being updated? Editor plugins use it to show usage examples for functions in the editor. The JSON file no (`null`) examples e.g. for halt-when, but https://clojuredocs.org/clojure.core/halt-when.

lambduhhh 2026-05-11T15:56:20.128119Z

thanks for bringing this to our attention @flowthing and thanks for the quickfix @jarrodctaylor 🙂 I've created a GH issue for setting up some sort of regular automation 👍🏼 https://github.com/nubank/clojuredocs/issues/38

👍 1
flowthing 2026-05-10T07:06:09.073649Z

Awesome, many thanks!

flowthing 2026-05-10T07:07:29.194519Z

Examples for halt-when showed up in the JSON. 👍

1
lambduhhh 2026-05-12T16:23:06.990849Z

following up on this: yesterday I shipped https://github.com/nubank/clojuredocs/pull/39containing an in-process ScheduledExecutorService in start-app that runs export/run-export every 6 hours, starting immediately on server boot.

flowthing 2026-05-12T17:40:11.263529Z

Very nice, many thanks!

Alex Miller (Clojure team) 2026-05-09T22:51:17.893649Z

Pinging @jarrodctaylor and @lorilynjmiller in case they can shed some light

Jarrod Taylor (Clojure team) 2026-05-09T23:45:22.582409Z

I just updated it. We need to set it up as a scheduled job. Thanks for highlighting the need @flowthing

1
😎 1