From f6ccd5f69fe2848dd74bd1d89dc28e9e1dae6fe5 Mon Sep 17 00:00:00 2001 From: Joel Kaasinen Date: Mon, 11 Sep 2023 15:49:35 +0300 Subject: [PATCH] cljdoc: try specifying languages for modules/reitit instead of root --- doc/cljdoc.edn | 2 -- modules/reitit/doc/cljdoc.edn | 2 ++ 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 modules/reitit/doc/cljdoc.edn diff --git a/doc/cljdoc.edn b/doc/cljdoc.edn index 3a59fa30..54a29ddc 100644 --- a/doc/cljdoc.edn +++ b/doc/cljdoc.edn @@ -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" {} diff --git a/modules/reitit/doc/cljdoc.edn b/modules/reitit/doc/cljdoc.edn new file mode 100644 index 00000000..78117bb6 --- /dev/null +++ b/modules/reitit/doc/cljdoc.edn @@ -0,0 +1,2 @@ +{;; language autodetect is broken on this module since it has no source files + :cljdoc/languages ["clj" "cljs"]}