Skip to content

Commit

Permalink
feat(docs): clarify snippets (#4669)
Browse files Browse the repository at this point in the history
  • Loading branch information
chdeskur authored Sep 17, 2024
1 parent 0d037c2 commit 58b8452
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fern/pages/fern-docs/config/sdk-snippets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ groups:
</Callout>

### Add the package name to your docs configuration
Add the package name for the corresponding SDK to your `docs.yml` file. For Go, use the exact URL where the SDK repository is located.

<CodeBlock title="docs.yml">
```yaml
Expand All @@ -65,7 +66,6 @@ navigation:
snippets:
python: your-package-name # <--- needs to match the naming in generators.yml
typescript: your-package-name
ruby: your-package-name
go: https://github.com/your-organization/your-repository # <--- needs the https://github.com/ prefix
```
</CodeBlock>
Expand Down

0 comments on commit 58b8452

Please sign in to comment.