Skip to content

Commit

Permalink
cljdoc: try specifying languages for modules/reitit instead of root
Browse files Browse the repository at this point in the history
  • Loading branch information
opqdonut committed Sep 11, 2023
1 parent 9e85bfc commit f6ccd5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions doc/cljdoc.edn
Original file line number Diff line number Diff line change
Expand Up @@ -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" {}
Expand Down
2 changes: 2 additions & 0 deletions modules/reitit/doc/cljdoc.edn
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
{;; language autodetect is broken on this module since it has no source files
:cljdoc/languages ["clj" "cljs"]}

0 comments on commit f6ccd5f

Please sign in to comment.