Skip to content

Commit 8292d2b

Browse files
Convert Ask Fern headings and titles to sentence case
Co-Authored-By: Devin Logan <[email protected]>
1 parent e1ded37 commit 8292d2b

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

fern/products/ask-fern/pages/configuration/custom-prompting.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
---
2-
title: Custom Prompting
2+
title: Custom prompting
33
subtitle: Learn how to add your own prompts to our AI Search feature.
44
---
55

66
Out of the box, our AI Search feature uses default prompts to help fine-tune search results. You can reference these in our [system prompts](https://github.com/fern-api/fern-platform/blob/app/packages/fern-docs/search-server/ask-fern/src/utils/system-prompt.ts) file.
77

88
Customizing the system prompt gives you the ability to tailor the AI search responses to best serve your users. You can replace the default prompt with your own prompt to increase the relevance and accuracy of the results.
99

10-
## Customizing Prompts
10+
## Customizing prompts
1111

1212
<Steps>
13-
<Step title="Getting Started">
13+
<Step title="Getting started">
1414
Run `fern upgrade` to ensure you have the latest version of Fern installed.
1515
</Step>
1616
<Step title="Configure docs.yml">

fern/products/ask-fern/pages/configuration/locations-and-datasources.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Locations and Datasources
2+
title: Locations and datasources
33
subtitle: Configure where Ask Fern is available and what content it can access.
44
---
55

@@ -17,7 +17,7 @@ ai-search:
1717
- discord
1818
```
1919
20-
### Available Locations
20+
### Available locations
2121
2222
<ParamField path="docs" type="string">
2323
Enables Ask Fern on your documentation site. Users will see the AI search interface directly in your docs.
@@ -44,7 +44,7 @@ ai-search:
4444
title: Company Blog
4545
```
4646

47-
### Website Datasources
47+
### Website datasources
4848

4949
<ParamField path="url" type="string" required>
5050
The URL of the website to index. Ask Fern will crawl and index the content from this URL.
@@ -54,15 +54,15 @@ ai-search:
5454
An optional display name for this datasource. This helps users understand where the information is coming from when Ask Fern cites content from this source.
5555
</ParamField>
5656

57-
## Preview Environments
57+
## Preview environments
5858

5959
Setting `location: [docs]` enables Ask Fern on preview deployments generated with `fern generate --docs --preview`, allowing you to test the AI search functionality before publishing to production.
6060

6161
<Note>
6262
Preview environments don't interfere with your production Ask Fern deployment.
6363
</Note>
6464

65-
## Best Practices
65+
## Best practices
6666

6767
<AccordionGroup>
6868
<Accordion title="Start with docs location">

0 commit comments

Comments
 (0)