mirror of
https://github.com/metosin/reitit.git
synced 2026-02-25 10:32:24 +00:00
cljdoc: try specifying languages for modules/reitit instead of root
This commit is contained in:
parent
9e85bfc9bb
commit
f6ccd5f69f
2 changed files with 2 additions and 2 deletions
|
|
@ -14,8 +14,6 @@
|
|||
fi.metosin/reitit-sieppari
|
||||
fi.metosin/reitit-pedestal
|
||||
fi.metosin/reitit-openapi]
|
||||
;; language autodetect is broken on the main reitit module since it has no source files
|
||||
:cljdoc/languages ["clj" "cljs"]
|
||||
:cljdoc.doc/tree
|
||||
[["Introduction" {:file "doc/README.md"}]
|
||||
["Basics" {}
|
||||
|
|
|
|||
2
modules/reitit/doc/cljdoc.edn
Normal file
2
modules/reitit/doc/cljdoc.edn
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
{;; language autodetect is broken on this module since it has no source files
|
||||
:cljdoc/languages ["clj" "cljs"]}
|
||||
Loading…
Reference in a new issue