babashka-sci-dev

Kimo 2023-06-21T11:25:49.949879Z

Has anyone made progress integrating SCI with mkdocs? I'm hoping to use interactive cljs snippets to document a re-frame app.

borkdude 2023-06-21T14:51:16.052739Z

There is configuration for re-frame available at https://github.com/babashka/sci.configs

borkdude 2023-06-21T14:51:20.155479Z

also for re-frame

Kimo 2023-06-21T15:18:27.584629Z

Thanks, that's one piece of the puzzle.

borkdude 2023-06-21T15:27:26.576809Z

you can see a little demo here of how to integrate your app with SCI: https://github.com/borkdude/cljs-showcase

Kimo 2023-06-21T15:45:25.803159Z

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.