Skip to content

Commit 093548f

Browse files
authored
Add screenshot and make small edits (#247)
1 parent c070561 commit 093548f

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

fern/products/ask-fern/pages/getting-started/what-is-ask-fern.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ Fern AI Search indexes your documentation and provides an interface for your use
5858

5959
## Pricing
6060

61-
AI Search is available on the [Pro plan](https://buildwithfern.com/pricing#Docs) of Fern Docs. Billing is by usage.
61+
Ask Fern is available on the [Pro plan](https://buildwithfern.com/pricing#Docs) of Fern Docs. Billing is by usage.
215 KB
Loading

fern/products/docs/pages/customization/search.mdx

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ It includes built-in filters that let users refine their searches by content typ
1818

1919
If you are using the AI Search feature, the search box also functions as your site's chat window.
2020

21+
<Frame>
22+
<img src="./filtering.png" />
23+
</Frame>
24+
2125
<Note>
2226
**Note:** If an article includes the `nofollow` or `noindex` [frontmatter](/learn/docs/content/frontmatter#indexing-properties), it will not be indexed by Algolia DocSearch and won't appear in search results.
2327
</Note>
@@ -28,11 +32,7 @@ If you need to integrate Fern's documentation search into your own application o
2832

2933
### Making Search Requests
3034

31-
Once you have your credentials, you can make requests to Algolia's API to search your documentation. The search endpoint follows this pattern:
32-
33-
```
34-
https://[APPLICATION_ID]-dsn.algolia.net/1/indexes/[INDEX_NAME]/query
35-
```
35+
Once you have your credentials, you can make requests to Algolia's API to search your documentation.
3636

3737
Contact the Fern team to get your specific application ID and index name. Credentials are provided on a per-customer basis to maintain security.
3838

@@ -42,6 +42,4 @@ Contact the Fern team to get your specific application ID and index name. Creden
4242

4343
## Using an alternative search
4444

45-
You can override Fern's search with your own solution.
46-
47-
To learn more, see [Custom JavaScript](/learn/docs/building-and-customizing-your-docs/custom-css-global-js#custom-javascript).
45+
You can override Fern's search with your own solution. To learn more, see [Custom JavaScript](/learn/docs/building-and-customizing-your-docs/custom-css-global-js#custom-javascript).

0 commit comments

Comments
 (0)