Bug: why is testServer not properly shown in the left sidebar and is
listed as (anonymous) in the docs?
In the parameters section, any code (ie backticks) should be
syntax-highlighted as <code> blocks.
Bug: Figure out how to get text-sm to affect <code> blocks with syntax
highlighting. Right now, the size from the typescript syntax highlighting
takes precedence.
The syntax highlighting looks a little weird with background color of
white on certain elements.
Add a copy button on the example
Add precise type information for all inputs and outputs. Users should know
exactly every field of every input and every output type. This should be
easy given the typescript info we have on all inputs and ouputs. If any
are underspecified, let me know. same as before.