I’d like to populate the docfiles with generated content to avoid hosting a separate site.
Embed clojure code inside <!-- clj (...) -> tags to generate content.
## Summary
...
## Details
...
## Examples
...
## Source
<!-- clj (cljs-api/get-source *entry*)-->
...
<!-- clj -->
And I’d like a way to run something like clj -M docgen.clj <docfile> to update it using info from cljs-api.edn maybe.
Migration plan
I’d like to populate the docfiles with generated content to avoid hosting a separate site.
Embed clojure code inside
<!-- clj (...) ->tags to generate content.And I’d like a way to run something like
clj -M docgen.clj <docfile>to update it using info from cljs-api.edn maybe.Migration plan
*.clj.mdfiles from original docfiles (“ejecting”)*.clj.mdstub files.doc:links with relative md links*.clj.mdfiles, only by using embedded clojure calls to helper functions using cljs-api.edn