Skip to content

Commit fff2a99

Browse files
author
Kapil Gowru
committed
feat: adding ask fern imagery
1 parent b72e4db commit fff2a99

File tree

8 files changed

+22
-1
lines changed

8 files changed

+22
-1
lines changed

fern/assets/styles.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
:root {
2+
--color-bg-checkmark: #008700;
3+
4+
}
5+
16
* {
27
-webkit-font-smoothing: antialiased;
38
-moz-osx-font-smoothing: grayscale;
1.79 MB
Loading

fern/products/ask-fern/pages/features/citations.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ subtitle: Point users to the exact source of the answer.
66
Fern's AI search includes citations that link directly to source documentation, showing users where information comes from and providing immediate context. By referencing specific documentation sections, citations verify answer sources while enabling users to easily explore topics in greater depth.
77

88
<Frame>
9-
<img src="../assets/citations.png" alt="An AI Search result with citations" />
9+
<img src="ask-fern-citation.png" alt="Ask Fern citations" />
1010
</Frame>
1111

1.64 MB
Loading
Binary file not shown.

fern/products/ask-fern/pages/getting-started/how-it-works.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,11 @@ Key behaviors:
1414
- **Persistent navigation** – Side panel stays open as users browse different pages or click links provided by the AI responses
1515
- **Document-specific queries** – Users can ask questions about the current page through a dropdown option
1616
- **Mobile optimization** – Expands to full screen when users start typing on mobile devices
17+
- **Filtering** – Users will get responses that are only related to the product or version they are viewing, or the role they are administered.
18+
19+
<Frame>
20+
<img src="ask-fern-filters.png" alt="Ask Fern filtering" />
21+
</Frame>
1722

1823
The interface maintains your site's design language while providing a familiar chat experience that feels native to your documentation.
1924

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ description: Let your customers find answers in your documentation instantly.
55

66
Ask Fern is Fern's AI Search feature that indexes your documentation and provides an interface for your end users to ask questions and get answers. It appears as a side panel on your documentation site.
77

8+
<Frame>
9+
<video
10+
style={{ aspectRatio: '16 / 9', width: '100%' }}
11+
autoPlay
12+
muted
13+
loop
14+
>
15+
<source src="ask-fern-sidebar.mp4" type="video/mp4" />
16+
</video>
17+
</Frame>
18+
819
Ask Fern helps you:
920

1021
- **Reduce support burden** – Enable your users to quickly find answers in your documentation without contacting your support team.
1.03 KB
Loading

0 commit comments

Comments
 (0)