You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(ruby): emit submodule READMEs as module docstrings
Mirror the Python target's emitModuleDocumentation: for the assembly and
each submodule that has a README, translate its TypeScript samples to Ruby
via Rosetta (translateSnippetsInMarkdown, same tablet path as @example) and
emit the result as the module's YARD docstring in a doc-only `_readme.rb`
inside the module's directory, so YARD renders it on the module page.
This surfaces CDK's real usage docs — which live in module READMEs, not
per-type @example tags — in the Ruby API reference.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments