From 2dad3d8459f992fb834eca20b76f43589cc71862 Mon Sep 17 00:00:00 2001 From: "fern-api[bot]" <115122769+fern-api[bot]@users.noreply.github.com> Date: Sat, 31 Jan 2026 03:40:45 +0000 Subject: [PATCH] Fern Editor: Update --- fern/products/docs/pages/navigation/products.mdx | 8 +++++++- fern/products/docs/pages/navigation/tabs.mdx | 4 +--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/fern/products/docs/pages/navigation/products.mdx b/fern/products/docs/pages/navigation/products.mdx index a3e980afa..3670ca8ce 100644 --- a/fern/products/docs/pages/navigation/products.mdx +++ b/fern/products/docs/pages/navigation/products.mdx @@ -28,6 +28,12 @@ Each product can contain its own distinct versions, tabs, sections, pages, and A Products can be internal (hosted on your site) or external (linking to external URLs). +And here I've added a new paragraph, and Code block! + +```typescript +console.log('Hehe!'); +``` + ## Add products to your docs @@ -273,7 +279,7 @@ Control which versions and/or products appear in each [documentation instance](/ Content is filtered based on audience tags: - **Match**: Content with an audience matching the instance audience is included -- **No match**: Content with a non-matching audience is excluded +- **No match**: Content with a non-matching audience is excluded - **No audience**: Content without an audience tag is included by default Define audiences for instances, products, and versions in `docs.yml`: diff --git a/fern/products/docs/pages/navigation/tabs.mdx b/fern/products/docs/pages/navigation/tabs.mdx index 4aa9a057a..751dbcb84 100644 --- a/fern/products/docs/pages/navigation/tabs.mdx +++ b/fern/products/docs/pages/navigation/tabs.mdx @@ -66,7 +66,6 @@ layout: ``` - ## Tab variants Tab variants let you display different content variations within a single tab, and [support RBAC](/learn/docs/authentication/rbac). This is useful for showing different user types, implementation approaches, or experience levels without creating separate tabs. @@ -117,7 +116,7 @@ navigation: - tab: github ``` -### Variant properties +### Variant properties - this is a header change! Display name for the variant @@ -158,4 +157,3 @@ navigation: Conditional display configuration -