this repo has no description

Fix odoc documentation warnings across day10, js_top_worker, and extensions

Escape curly braces and fix odoc reference syntax to eliminate warnings
with (warnings fatal):
- Replace {dir}, {pkg}, {hash} etc with [dir], [<pkg>], [<hash>] or
{[ code blocks ]} as appropriate
- Fix {!Stdlib.Out_channel.with_open_gen} -> [Out_channel.with_open_gen]
in sherlodoc type_polarity.mli
- Fix @scrolly.<theme> -> [@scrolly.<theme>] in scrollycode extension
- Fix JSON format in findlibish.ml doc comment

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

+1 -1
+1 -1
src/scrollycode_extension.ml
··· 5 5 - dark: Cinematic terminal aesthetic (JetBrains Mono + Outfit) 6 6 - notebook: Clean editorial aesthetic (Newsreader + DM Sans) 7 7 8 - Authoring format uses @scrolly.<theme> custom tags with an ordered 8 + Authoring format uses [@scrolly.<theme>] custom tags with an ordered 9 9 list inside, where each list item is a tutorial step containing 10 10 a bold title, prose paragraphs, and a code block. *) 11 11