diff --git a/doc/cljdoc.edn b/doc/cljdoc.edn new file mode 100644 index 0000000..d78e156 --- /dev/null +++ b/doc/cljdoc.edn @@ -0,0 +1,4 @@ +{:cljdoc.doc/tree [["Readme" {:file "README.md"}] + ["Getting Started" {:file "doc/getting-started.md"} + ["Friendly SQL Functions" {:file "doc/friendly_sql_fns.md"}]] + ["Migration from clojure.java.jdbc" {:file "doc/differences.md"}]]}