next-jdbc/doc/cljdoc.edn
Sean Corfield a0e5c6017a More doc file renaming for cljdoc
Filenames now match the names in the EDN file so that should make life 
simpler!
2019-04-21 17:25:01 -07:00

8 lines
618 B
Clojure

{:cljdoc.doc/tree [["Readme" {:file "README.md"}]
["Getting Started" {:file "doc/getting-started.md"}
["Friendly SQL Functions" {:file "doc/friendly-sql-functions.md"}]
["Result Set Builders" {:file "doc/result-set-builders.md"}]
["Prepared Statements" {:file "doc/prepared-statements.md"}]
["Transactions" {:file "doc/transactions.md"}]]
["All The Options" {:file "doc/all-the-options.md"}]
["Migration from clojure.java.jdbc" {:file "doc/migration-from-clojure-java-jdbc.md"}]]}