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