Has anyone made progress integrating SCI with mkdocs? I'm hoping to use interactive cljs snippets to document a re-frame app.
There is configuration for re-frame available at https://github.com/babashka/sci.configs
also for re-frame
Thanks, that's one piece of the puzzle.
you can see a little demo here of how to integrate your app with SCI: https://github.com/borkdude/cljs-showcase
Nice! This really clarifies what I can do on the mkdocs side. Still wondering if I should keep mkdocs or let it go. Seems like there are emerging new ways to get comparable UX with a lot less architecture. Particularly, getting quickdoc merged into clerk seems like a really good idea.