This update has been written as part of my ClojuristsTogether grant and has also been published on the ClojuristsTogether blog at the end of August 2018.
I switched the storage layer. SQLite is now used instead of lib-grimoire. More details in the respective architecture decision record: ADR-0013
This was a lot of work but it sets the project up for more interesting extensions besides API documentation and articles (think specs & examples).
Also I looked more into integrating specs but without changes to spec it is impossible to determine if a spec originates from the artefact that is being analysed or from one of it's dependencies. To fix this specs will need to support metadata (CLJ-2194) but the timeline for this is unclear.
In the light of this I'm considering focusing on examples first. More details to come.
Some more minor things that happened:
I'll also be at ClojuTRE next week. Say hi if you're around! 👋
Oh and after ClojuTRE I'll be on a sailboat for two weeks so there will be less activity than usual.
Can you improve this documentation?Edit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close