You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: fern/products/docs/pages/api-references/sdk-snippets.mdx
+15Lines changed: 15 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -117,3 +117,18 @@ Merge.dev is an example of a Fern customer that uses the Snippets API to bring P
117
117
## Endpoint request and response snippets
118
118
119
119
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