
(In addition to literal
, in some cases litchar
turned out to be the right thing to use.)

I forgot that the doc builder doesn’t run as frequently as the package builder (even with a “rescan my packages” nudge). So the README on GitHub is now very short, and links to http://docs.racket-lang.org/frog/index.html for all the info … but nothing exists there yet. Likewise no Doc button/link on https://pkgd.racket-lang.org/pkgn/package/frog, yet. Oh well.

I’ll just watch this on a loop until it refreshes https://www.youtube.com/watch?v=uoLoyg3JKRQ

@greg the package builder and the docs builder are the same

it’s just that it checks for changes to your package more often (but doesn’t build anything)

@samth Ah I see. Yep, the build transcript is still old. Is the build schedule daily?

Yes

~4AM our time zone

OK. No worries. I guess the moral of the story is, ideally I should have done some interim commit, with the README contents preserved.

Or maybe the real moral is, write your docs in Scribble in the first place. :slightly_smiling_face: