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 -