This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-12-21
Channels
- # adventofcode (8)
- # announcements (20)
- # babashka (43)
- # beginners (8)
- # biff (12)
- # calva (2)
- # cider (5)
- # clerk (6)
- # clj-commons (12)
- # clj-kondo (16)
- # clojure (20)
- # clojure-denver (1)
- # clojure-europe (14)
- # clojure-nl (1)
- # clojure-norway (105)
- # clojure-uk (2)
- # clojuredesign-podcast (5)
- # clojurescript (29)
- # datomic (2)
- # hyperfiddle (13)
- # jackdaw (1)
- # jobs (4)
- # jobs-discuss (4)
- # lsp (2)
- # malli (12)
- # pathom (2)
- # pedestal (1)
- # re-frame (22)
- # shadow-cljs (37)
- # squint (28)
- # xtdb (28)
- # yamlscript (4)
Does anyone use Clerk as their main source of documentation for their project, or would you say its not as well-suited for that versus a more 'traditional' approach?
I've used clerk for documentation for several projects and I highly recommend it! My current setup for documentation is clerk for guides and codox for reference documentation.
Some examples: • https://github.com/phronmophobic/clj-graphviz#documentation • https://github.com/phronmophobic/clj-media#documentation • https://github.com/phronmophobic/llama.clj#documentation
ahhhh codox is another project I've been meaning to check out! appreciate the links ❤️
I like codox, but I've heard good things about https://github.com/borkdude/quickdoc as well.