0.93.0

(feat): Turns HTTP snippets on by default in docs generation.

To turn HTTP snippets off, set settings.http-snippets: false in the docs.yml file. You can also specify an explicit list of snippets to include.

1# this will only generate typescript and python snippets, no curl
2settings:
3 http-snippets:
4 - typescript
5 - python

0.92.0

(feat): For debugging purposes, generating a docs preview via fern generate --docs --preview, it is now possible to specify --skip-upload to skip the asset uploading step.