Closed arnaudgeiser closed 1 year ago
Have you tested it with local cljdoc? Fair warning, it can get a bit tricky. I have some scripts for deps.edn-based repos, but not lein.
Happy to hear that, because it took me a while to understand how to work with a local cljdoc. The documentation is great, but I didn't get it initially. Yes, it has been tested.
Please note I had an heavy hand with ^:no-doc
here.
Here is the result :
Please let a thumbs up on this comment if you are fine with my choice.
I removed more than 50% of the functions on the documentation, and the whole http/server.clj
, http/core.clj
, http/client.clj
, http/encoding.clj
namespaces.
I was not able to remove ->Cookie
from the documentation as potemkin p/derived-map
is not supporting metadata so far.
Actually, it's just documentation. If I've been too aggressive, we'll change it back. Merging.
Fixes #629