File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
products/docs/pages/customization Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff 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}>
Original file line number Diff line number Diff 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>
You can’t perform that action at this time.
0 commit comments