From 7a102289275d4de6900a2bd38b32dff3187b7620 Mon Sep 17 00:00:00 2001 From: "fern-api[bot]" <115122769+fern-api[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 19:01:05 +0000 Subject: [PATCH] Strip trailing whitespace in versions.mdx --- fern/products/docs/pages/navigation/versions.mdx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/fern/products/docs/pages/navigation/versions.mdx b/fern/products/docs/pages/navigation/versions.mdx index 36063bead..a4e7295c9 100644 --- a/fern/products/docs/pages/navigation/versions.mdx +++ b/fern/products/docs/pages/navigation/versions.mdx @@ -24,7 +24,7 @@ Each version of your docs can contain its own distinct tabs, sections, pages, an -Create a `versions` folder inside of your `fern` folder. To specify the contents of each version, add a `.yml` file to the `versions` folder to define the navigational structure of that version. Make sure to include the `navigation` and `tabs` properties, if applicable. +Create a `versions` folder inside of your `fern` folder. To specify the contents of each version, add a `.yml` file to the `versions` folder to define the navigational structure of that version. Make sure to include the `navigation` and `tabs` properties, if applicable. ```bash {7-11} @@ -54,7 +54,7 @@ Define a version in the top-level `docs.yml` by adding an item to the `versions` ```yaml -versions: +versions: - display-name: Latest # shown in the dropdown path: ./versions/latest.yml # relative path to the version file - display-name: V2 @@ -71,9 +71,9 @@ versions: ```yaml {4} -versions: - - display-name: Latest - path: ./versions/latest.yml +versions: + - display-name: Latest + path: ./versions/latest.yml availability: beta - display-name: v2 path: ./versions/v2.yml