From 4324529b8eda484a5fc80686853d8f786d4ec555 Mon Sep 17 00:00:00 2001 From: Danny Sheridan <83524670+dannysheridan@users.noreply.github.com> Date: Sun, 12 Oct 2025 11:23:35 -0400 Subject: [PATCH] chore(docs): add default values for docs.yml settings config --- .../docs/pages/customization/what-is-docs-yml.mdx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/fern/products/docs/pages/customization/what-is-docs-yml.mdx b/fern/products/docs/pages/customization/what-is-docs-yml.mdx index f569be63a..727b1714b 100644 --- a/fern/products/docs/pages/customization/what-is-docs-yml.mdx +++ b/fern/products/docs/pages/customization/what-is-docs-yml.mdx @@ -455,7 +455,7 @@ layout: ```yaml docs.yml settings: - search-text: "Search the docs..." + search-text: "Search" disable-search: false dark-mode-code: true default-search-filters: true @@ -468,31 +468,31 @@ settings: The text to display in the searchbar. - + If set to true, the searchbar will be disabled. Use this if you want to use a custom search solution. - + If set to true, the code blocks will be displayed in dark mode, regardless of the selected theme. - + By default, search will display results for pages across all products and versions. If set to true, search will display results for pages within the current product and version. - + If set to true, the HTTP snippets will be displayed in the API Reference. - + If set to true, when a user navigates to a page that does not exist, they will be redirected to the home page. By default, a 404 page will be displayed. - + If set to true, the TypeScript snippets will be displayed as JavaScript snippets in the API Reference.