Skip to content

Commit 6826709

Browse files
committed
add defaults
1 parent 00f5448 commit 6826709

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -464,8 +464,8 @@ settings:
464464
use-javascript-as-typescript: false
465465
```
466466

467-
<ParamField path="settings.search-text" type="string" required={false}>
468-
The text to display in the searchbar. Defaults to `Search`.
467+
<ParamField path="settings.search-text" type="string" required={false} default="Search">
468+
The text to display in the searchbar.
469469
</ParamField>
470470

471471
<ParamField path="settings.disable-search" type="boolean" required={false}>

fern/snippets/seo-metadata-site.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,6 @@ metadata:
8585

8686
<ParamField path="metadata.canonical-host" type="string" required={false}>
8787
The host of your documentation website. This will be used to set the canonical URL for metadata tags and documents like the sitemap.
88+
89+
Defaults to the URL defined in the `instances` configuration.
8890
</ParamField>

0 commit comments

Comments
 (0)