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.
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
Awesome, many thanks!
Examples for halt-when showed up in the JSON. 👍
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.
Very nice, many thanks!
Pinging @jarrodctaylor and @lorilynjmiller in case they can shed some light
I just updated it. We need to set it up as a scheduled job. Thanks for highlighting the need @flowthing