oliyh / martian

The HTTP abstraction library for Clojure/script, supporting OpenAPI, Swagger, Schema, re-frame and more
MIT License
530 stars 44 forks source link

add cljdoc.edn config #60

Closed martinklepsch closed 5 years ago

martinklepsch commented 5 years ago

Follow up to #59.

Currently a README from one of the talks is pulled in and cljdoc's slug generation isn't yet smart enough to discern the two READMEs (https://github.com/cljdoc/cljdoc/issues/120).

The added docs/cljdoc.edn file also includes the README of the Re-frame module and adds a CI step to verify that all files referenced in docs/cljdoc.edn exist.

oliyh commented 5 years ago

Thank you @martinklepsch!