3.27.2
(fix): Fix example resolution to treat dollar-prefixed strings as literals when they don’t match the valid example reference format. Strings like "$3.00", "$USD", or "$PATH" are now treated as literal values without requiring escaping. Valid example references (e.g., $Type.Example or $import.Type.Example) continue to work as expected.
3.27.1
(fix): Fix fern docs dev hot reload to properly restart the docs server when files change.