Skip to content

Commit 60c67a1

Browse files
authored
Update instance-audiences.mdx
1 parent 859188d commit 60c67a1

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

fern/products/docs/pages/navigation/instance-audiences.mdx

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -117,20 +117,6 @@ products:
117117
slug: getting-started
118118
subtitle: Introduction to Plant Store
119119
# No audience defined - included in all instances
120-
121-
versions:
122-
- display-name: v3
123-
path: ./versions/v3.yml
124-
audiences:
125-
- public
126-
- display-name: v2
127-
path: ./versions/v2.yml
128-
audiences:
129-
- public
130-
- display-name: v1 (Internal Only)
131-
path: ./versions/v1.yml
132-
audiences:
133-
- internal
134120
```
135121
</CodeBlock>
136122

@@ -139,12 +125,10 @@ In this example:
139125
- The public instance at `docs.plantstore.com` will include:
140126
- Plant API product (matches `public` audience)
141127
- Getting Started product (no audience defined)
142-
- v3 and v2 versions (match `public` audience)
143128

144129
- The internal instance at `internal.plantstore.docs.buildwithfern.com` will include:
145130
- Admin API product (matches `internal` audience)
146131
- Getting Started product (no audience defined)
147-
- v1 version (matches `internal` audience)
148132

149133
## Publishing to specific instances
150134

@@ -165,4 +149,4 @@ Instance audiences work alongside [API Reference audiences](/docs/api-references
165149
- **Instance audiences** - Control which products and versions appear in each instance
166150
- **API Reference audiences** - Control which endpoints and schemas appear within API References
167151

168-
For example, you might have a public instance that includes only public products, and within those products, the API References are further filtered to show only public endpoints.
152+
For example, you might have a `public` instance that includes only public products. Within those products, the API Reference should be marked as `public` so it is filtered to show only `public` endpoints.

0 commit comments

Comments
 (0)