First, while the aleph.io literate documentation site is cool, we aren't currently keeping it up-to-date, and would have to bug Zach for access if we wanted to. On top of that, in recent years, cljdoc.org has emerged as the standard bearer for clj documentation. I'd like to convert the examples and literate docs into articles or something so that users of cljdoc.org can read them.
Along with that, the current routing in examples is based off Compojure, which is not very popular these days. I'd like to switch to reitit, or something more data-driven.
To do:
[x] (Optional) Get local cljdoc building working, if you haven't before
[x] Bring aleph.io docs to cljdoc.org
[x] Convert example routing to reitit
[x] Fix the examples' to follow the clojure style guide
First, while the aleph.io literate documentation site is cool, we aren't currently keeping it up-to-date, and would have to bug Zach for access if we wanted to. On top of that, in recent years, cljdoc.org has emerged as the standard bearer for clj documentation. I'd like to convert the examples and literate docs into articles or something so that users of cljdoc.org can read them.
Along with that, the current routing in
examples
is based off Compojure, which is not very popular these days. I'd like to switch to reitit, or something more data-driven.To do: