Skip to content

Commit

Permalink
Add api/namespaces config for re-frame
Browse files Browse the repository at this point in the history
day8/re-frame#216 has improved the core ns api docstrings.
  • Loading branch information
superstructor committed May 6, 2020
1 parent a37e241 commit 6dd8529
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion modules/shared-utils/resources/hardcoded-projects-config.edn
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"cider/cider-nrepl" {:cljdoc.api/platforms #{"clj"}}
"com.rpl/specter" {:cljdoc.api/platforms #{"clj"}}
"ventas-core/ventas-core" {:cljdoc.api/platforms #{"clj"}}
"re-frame/re-frame" {:cljdoc.doc/tree [["Introduction" {:file "README.md"}
"re-frame/re-frame" {:cljdoc.api/namespaces [re-frame.core]
:cljdoc.doc/tree [["Introduction" {:file "README.md"}
["Application State" {:file "docs/ApplicationState.md"}]
["First Code Walk-through" {:file "docs/CodeWalkthrough.md"}]
["An Epoch " {:file "docs/AnEpoch.md"}]
Expand Down

0 comments on commit 6dd8529

Please # to comment.