Skip to content

Commit 0aa4c77

Browse files
devin-ai-integration[bot]kgowrudevalog
authored
Update docs.yml page to site-level settings (#1879)
Co-authored-by: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Co-authored-by: Kapil Gowru <[email protected]> Co-authored-by: Devin Logan <[email protected]>
1 parent cba5745 commit 0aa4c77

File tree

20 files changed

+38
-38
lines changed

20 files changed

+38
-38
lines changed

fern/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ redirects:
292292
- source: /learn/docs/getting-started/customer-showcase
293293
destination: https://buildwithfern.com/customers
294294
- source: /learn/docs/getting-started/global-configuration
295-
destination: /learn/docs/configuration/what-is-docs-yml
295+
destination: /learn/docs/configuration/site-level-settings
296296
- source: /learn/docs/getting-started/development
297297
destination: /learn/docs/preview-publish/previewing-changes-locally
298298
- source: /learn/docs/getting-started/publish-your-docs
@@ -375,7 +375,7 @@ redirects:
375375
- source: /learn/user-feedback
376376
destination: /learn/docs/user-feedback
377377
- source: /learn/docs/customization/what-is-docs-yml
378-
destination: /learn/docs/configuration/what-is-docs-yml
378+
destination: /learn/docs/configuration/site-level-settings
379379

380380
# ============================================================================
381381
# CLI & API REFERENCE REDIRECTS
@@ -568,7 +568,7 @@ redirects:
568568
- source: /learn/docs/content
569569
destination: /learn/docs/writing-content/markdown
570570
- source: /learn/docs/config/overview
571-
destination: /learn/docs/configuration/what-is-docs-yml
571+
destination: /learn/docs/configuration/site-level-settings
572572
- source: /learn/docs/llms.txt8
573573
destination: /learn/docs/seo/llms-txt
574574
- source: /learn/docs/path/to/asset.pdf

fern/products/api-def/ferndef-pages/availability.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Availability in Fern Definition
33
description: Add availability to Fern Definition API services, endpoints, types, or properties to indicate their release status.
44
---
55

6-
You can add `availability` to an endpoint, type, or property within your Fern Definition. You can configure the `availability` of sections in your API reference documentation in your [`docs.yml` file](/learn/docs/configuration/what-is-docs-yml).
6+
You can add `availability` to an endpoint, type, or property within your Fern Definition. You can configure the `availability` of sections in your API Reference documentation in your [`docs.yml` file](/learn/docs/configuration/site-level-settings).
77

88
## Endpoints, types, and properties
99

fern/products/api-def/openapi-pages/extensions/availability.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Mark endpoint availability status using `x-fern-availability` exten
55

66
The `x-fern-availability` extension is used to mark the availability of an endpoint within your OpenAPI definition. The availability information propagates into the generated Fern Docs website as visual tags.
77

8-
You can configure the `availability` of sections in your API reference documentation in your [`docs.yml` file](/learn/docs/configuration/what-is-docs-yml).
8+
You can configure the `availability` of sections in your API Reference documentation in your [`docs.yml` file](/learn/docs/configuration/site-level-settings).
99

1010
## Endpoint
1111

@@ -32,4 +32,4 @@ This renders as:
3232
3333
## Section
3434
35-
<Markdown src="/snippets/availability.mdx" />
35+
<Markdown src="/snippets/availability.mdx" />

fern/products/ask-fern/pages/getting-started/how-it-works.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Ask Fern is a **Retrieval Augmented Generation (RAG)** system that appears as a
1010
Ask Fern appears as a resizable side panel on your documentation site. Users can drag to resize it or use the expand/minimize button to control their viewing experience.
1111

1212
Key behaviors:
13-
- **Adaptive layout** – Seamlessly integrates with all [Fern Docs layouts](/docs/configuration/what-is-docs-yml#layout-configuration)
13+
- **Adaptive layout** – Seamlessly integrates with all [Fern Docs layouts](/docs/configuration/site-level-settings#layout-configuration)
1414
- **Persistent navigation** – Side panel stays open as users browse different pages or click links provided by the AI responses
1515
- **Document-specific queries** – Users can ask questions about the current page through a dropdown option
1616
- **Mobile optimization** – Expands to full screen when users start typing on mobile devices

fern/products/docs/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ navigation:
1515
icon: fa-regular fa-clock-rotate-left
1616
- section: Configuration
1717
contents:
18-
- page: What is docs.yml?
19-
path: ./pages/customization/what-is-docs-yml.mdx
18+
- page: Site-level settings
19+
path: ./pages/customization/site-level-settings.mdx
2020
- page: Navigation
2121
path: ./pages/navigation/overview.mdx
2222
- page: Tabs and tab variants

fern/products/docs/pages/accessibility/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Fern automatically enforces [WCAG 2.1 AA](https://www.w3.org/WAI/WCAG21/quickref
2525
- **UI elements**: 3:1 minimum
2626
- **Enhanced**: 7:1 when feasible ([WCAG AAA](https://www.w3.org/WAI/WCAG21/quickref/#contrast-enhanced))
2727

28-
When you [configure colors in your `docs.yml` file](/learn/docs/configuration/what-is-docs-yml#colors-configuration), Fern validates accent colors. If your accent color doesn't meet the minimum contrast ratio against your background color, Fern will:
28+
When you [configure colors in your `docs.yml` file](/learn/docs/configuration/site-level-settings#colors-configuration), Fern validates accent colors. If your accent color doesn't meet the minimum contrast ratio against your background color, Fern will:
2929

3030
1. Display a warning during `fern check` validation
3131
2. Automatically adjust the accent color at runtime to meet WCAG AA standards

fern/products/docs/pages/api-references/sdk-snippets.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description: Enable SDK code examples in TypeScript, Python, Go, and more from t
88
<Note title="Dynamic snippets">
99
By default, SDK snippets are static code examples. Alternatively, you can use dynamic SDK snippets that allow users to modify parameters and see code examples update in real time.
1010

11-
To use dynamic snippets, [enable them in your `docs.yml`](/docs/configuration/what-is-docs-yml#dynamic-snippets-configuration) and then complete the setup instructions on this page.
11+
To use dynamic snippets, [enable them in your `docs.yml`](/docs/configuration/site-level-settings#dynamic-snippets-configuration) and then complete the setup instructions on this page.
1212
</Note>
1313

1414
<Frame>

fern/products/docs/pages/changelog/2025-11-02.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ navbar-links:
1515
href: https://example.com/guides
1616
```
1717
18-
Learn more in the [navbar links configuration documentation](/learn/docs/configuration/what-is-docs-yml#navbar-links-configuration).
18+
Learn more in the [navbar links configuration documentation](/learn/docs/configuration/site-level-settings#navbar-links-configuration).
1919
2020
## API Explorer direct requests
2121
@@ -30,4 +30,4 @@ settings:
3030
Your API must have CORS enabled to allow requests from the documentation domain.
3131
</Warning>
3232
33-
Learn more in the [docs.yml reference documentation](/learn/docs/configuration/what-is-docs-yml#settingsdisable-explorer-proxy).
33+
Learn more in the [docs.yml reference documentation](/learn/docs/configuration/site-level-settings#settingsdisable-explorer-proxy).

fern/products/docs/pages/changelog/2025-11-03.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ navigation:
2727
2828
## Custom icons across your navigation
2929
30-
You can now use your own image files as icons throughout your `docs.yml` navigation config, including for [navbar link](/learn/docs/configuration/what-is-docs-yml#navbar-links-configuration), [section, page](/learn/docs/configuration/navigation#sidebar-icons), and [product](/learn/docs/configuration/products#add-your-product-configuration) icons.
30+
You can use your own image files as icons throughout your `docs.yml` navigation config, including for [navbar link](/learn/docs/configuration/site-level-settings#navbar-links-configuration), [section, page](/learn/docs/configuration/navigation#sidebar-icons), and [product](/learn/docs/configuration/products#add-your-product-configuration) icons.
3131

32-
Icons now support three formats:
32+
Icons support three formats:
3333
- **Font Awesome icons**: Use icon names like `fa-solid fa-seedling` or `fa-regular fa-leaf`. Pro and Brand icons from Font Awesome are supported.
3434
- **Custom image files**: Use relative paths to custom image files (e.g., `./assets/icons/plant-icon.svg`). Paths are relative to the `docs.yml` file.
3535
- **Inline SVG**: Provide an SVG string wrapped in quotes.

fern/products/docs/pages/component-library/custom-components/custom-css-js.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ subtitle: Add custom CSS, global JavaScript, and UI components.
44
description: Add brand-specific styling, user interactions. and components to make your docs your own.
55
---
66

7-
This page covers how to customize your docs with CSS, JavaScript, and custom components. However, you can [customize many things directly in your `docs.yml` file](/docs/configuration/what-is-docs-yml), including colors, typography, navbar links, layout, analytics, and metadata. Try these built-in options first before adding custom code.
7+
This page covers how to customize your docs with CSS, JavaScript, and custom components. However, you can [customize many things directly in your `docs.yml` file](/docs/configuration/site-level-settings), including colors, typography, navbar links, layout, analytics, and metadata. Try these built-in options first before adding custom code.
88

99
## Custom CSS
1010

@@ -53,7 +53,7 @@ css:
5353
5454
<Note>
5555
For customizing the background, logo, font, and layout of your Docs via Fern's built-in styling,
56-
check out the [Global Configuration](/learn/docs/configuration/what-is-docs-yml).
56+
check out the [Global Configuration](/learn/docs/configuration/site-level-settings).
5757
</Note>
5858
5959
### Common use cases

0 commit comments

Comments
 (0)