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 72caf14d5..b32d449c0 100644 --- a/fern/products/docs/pages/customization/what-is-docs-yml.mdx +++ b/fern/products/docs/pages/customization/what-is-docs-yml.mdx @@ -536,6 +536,7 @@ layout: settings: search-text: "Search the docs..." disable-search: false + disable-explorer-proxy: false dark-mode-code: true default-search-filters: true http-snippets: false @@ -551,6 +552,14 @@ settings: 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 API Explorer will bypass the proxy when sending requests directly to your API. + + + When this feature is enabled, your API must have Cross-Origin Resource Sharing (CORS) enabled to allow requests from the documentation domain. + + + If set to true, the code blocks will be displayed in dark mode, regardless of the selected theme.