diff --git a/fern/products/docs/pages/customization/site-level-settings.mdx b/fern/products/docs/pages/customization/site-level-settings.mdx index 441c76c4a..e0cbd11fe 100644 --- a/fern/products/docs/pages/customization/site-level-settings.mdx +++ b/fern/products/docs/pages/customization/site-level-settings.mdx @@ -17,7 +17,7 @@ To enable intelligent YAML validation and autocompletion in your editor, add thi # yaml-language-server: $schema=https://schema.buildwithfern.dev/docs-yml.json ``` -This enables real-time schema validation and autocompletion based on our [complete schema](https://github.com/fern-api/fern/blob/09555d587294fd3dc77ceb35f21e8976a5a2b7a2/fern/apis/docs-yml/definition/docs.yml#L110). +This enables real-time schema validation and autocompletion based on Fern's [complete schema](https://github.com/fern-api/fern/blob/09555d587294fd3dc77ceb35f21e8976a5a2b7a2/fern/apis/docs-yml/definition/docs.yml#L110). ## Core configuration @@ -53,7 +53,7 @@ navbar-links: ``` - A string that is used as the tab bar title. + A string that's used as the tab bar title. @@ -123,7 +123,7 @@ navbar-links: ## Instances configuration -An `instance` is the backend of a distinct docs website. Each instance is published to a unique domain using the `--instance` flag. It is most common to use instances to configure staging and production docs which publish to separate URLs. +An `instance` is the backend of a distinct docs website. Each instance is published to a unique domain using the `--instance` flag. It's most common to use instances to configure staging and production docs which publish to separate URLs. ```yaml docs.yml instances: @@ -721,7 +721,7 @@ settings: - If set to true, when a user navigates to a page that does not exist, they will be redirected to the home page. + If set to true, when a user navigates to a page that doesn't exist, they will be redirected to the home page. By default, a 404 page will be displayed. @@ -758,7 +758,9 @@ settings: ## Page actions configuration -Configure the page action buttons that appear throughout your documentation. By default, **Copy Page** (`copy-page`), **View as Markdown** (`view-as-markdown`), **Ask AI** (`ask-ai`), **ChatGPT** (`chatgpt`), **Claude** (`claude`), and **Cursor** (`cursor`) are enabled. +Configure the page action buttons that appear throughout your documentation. By default, **Copy Page** (`copy-page`), **View as Markdown** (`view-as-markdown`), **Ask AI** (`ask-ai`), **ChatGPT** (`chatgpt`), **Claude** (`claude`), and **Cursor** (`cursor`) are enabled. + +To hide page actions on an individual page, use the [`hide-page-actions` frontmatter property](/learn/docs/configuration/page-level-settings#page-actions). ```yaml docs.yml page-actions: