We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3eba79 commit 453d35aCopy full SHA for 453d35a
fern/products/docs/pages/api-references/http-snippets.mdx
@@ -42,15 +42,15 @@ HTTP snippets support several languages. Our development work is driven by custo
42
To set the default snippet language, use the `default-language` key at the top indentation level of `docs.yml`.
43
44
<CodeBlock title="docs.yml">
45
- ```yaml {1}
46
- default-language: typescript
+```yaml {1}
+default-language: typescript
47
48
- navigation:
49
- - api: API Reference
+navigation:
+ - api: API Reference
50
snippets:
51
- python: your-package-name
52
- typescript: your-package-name
53
- ```
+ python: your-package-name
+ typescript: your-package-name
+```
54
</CodeBlock>
55
56
### Generated Features
0 commit comments