Skip to content

Commit e6a5ca6

Browse files
Update sdk-snippets.mdx based on issue #231
1 parent e64046f commit e6a5ca6

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

fern/products/docs/pages/api-references/sdk-snippets.mdx

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,3 +117,18 @@ Merge.dev is an example of a Fern customer that uses the Snippets API to bring P
117117
## Endpoint request and response snippets
118118

119119
Looking for information on generating API endpoint request and response snippets? See our documentation on [Endpoint Request Snippets](/learn/docs/content/components/request-snippet) and [Endpoint Response Snippets](/learn/docs/content/components/response-snippet).
120+
121+
## Search Integration
122+
123+
You can integrate Fern's documentation search functionality into your own application using our Algolia credentials. Contact us to get access to Algolia credentials specific to your documentation. This allows you to:
124+
125+
- Search through your Fern-generated documentation programmatically
126+
- Integrate documentation search into your dashboard or application
127+
- Access the same search index used on your Fern documentation site
128+
129+
To get started with search integration:
130+
1. Request Algolia credentials from the Fern team
131+
2. Use the provided credentials to initialize the Algolia client in your application
132+
3. Query the search index to retrieve documentation results
133+
134+
The search functionality uses the same Algolia index that powers the search on your Fern documentation site, ensuring consistent results across platforms.

0 commit comments

Comments
 (0)