Skip to content

Commit 0977a10

Browse files
docs: simplify ParamField descriptions and move auxiliary info to Note
Co-Authored-By: [email protected] <[email protected]>
1 parent 758ebda commit 0977a10

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

fern/products/docs/pages/customization/what-is-docs-yml.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -635,15 +635,15 @@ ai-search:
635635
```
636636

637637
<ParamField path="ai-search.location" type="list of strings" required={false} toc={true}>
638-
Specifies where Ask Fern will be available. Options include `docs` (documentation site), `slack` (Slack integration), and `discord` (Discord integration). Learn more about [locations and datasources configuration](/learn/ask-fern/configuration/locations-and-datasources).
638+
Specifies where Ask Fern will be available. Options: `docs`, `slack`, `discord`.
639639
</ParamField>
640640

641641
<ParamField path="ai-search.datasources" type="list of objects" required={false} toc={true}>
642-
Additional content sources that Ask Fern should index and search. Each datasource requires a `url` and optional `title`. Learn more about [locations and datasources configuration](/learn/ask-fern/configuration/locations-and-datasources).
642+
Additional content sources that Ask Fern should index and search. Each datasource requires a `url` and optional `title`.
643643
</ParamField>
644644

645645
<Note>
646-
Ask Fern can also be configured via the [Fern Dashboard](https://dashboard.buildwithfern.com/). Configuration in `docs.yml` provides version control and allows for preview environment testing.
646+
Ask Fern can also be configured via the [Fern Dashboard](https://dashboard.buildwithfern.com/). Configuration in `docs.yml` provides version control and allows for preview environment testing. Learn more about [locations and datasources configuration](/learn/ask-fern/configuration/locations-and-datasources).
647647
</Note>
648648

649649
## Dynamic snippets configuration

0 commit comments

Comments
 (0)