From 954ef5ad47bc09bdb8b97b6c916949859f032ae6 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Sat, 20 Apr 2019 17:55:31 -0700 Subject: [PATCH] Add cljdoc config --- doc/cljdoc.edn | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 doc/cljdoc.edn 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"}]]}