From 9695ae7add0402a7536551987616b6e03c52a7cb Mon Sep 17 00:00:00 2001 From: Juho Teperi Date: Sun, 27 May 2018 19:45:32 +0300 Subject: [PATCH] Add cljdoc.api/platforms option --- doc/cljdoc.edn | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/cljdoc.edn b/doc/cljdoc.edn index 28284ea..b546ab4 100644 --- a/doc/cljdoc.edn +++ b/doc/cljdoc.edn @@ -1,4 +1,5 @@ -{:cljdoc.doc/tree [["Documentation index" {:file "doc/README.md"}] +{:cljdoc.api/platforms #{"cljs"} + :cljdoc.doc/tree [["Documentation index" {:file "doc/README.md"}] ["Tutorials" {} ["Using Hiccup to Describe HTML" {:file "doc/UsingHiccupToDescribeHTML.md"}] ["Creating Reagent Components" {:file "doc/CreatingReagentComponents.md"}]