Add hidden sandbox test page for component preview testing #5494
Add hidden sandbox test page for component preview testing
#5494fern-api[bot] wants to merge 1 commit into
Conversation
| This page is an internal sandbox. It exists to exercise a representative slice of Fern Docs components in a single place — useful for verifying preview deployments, theming changes, and component rendering without editing a real customer-facing page. | ||
|
|
||
| <Note> | ||
| This page is hidden from the sidebar. It is reachable by direct URL only and is not linked from public navigation. |
There was a problem hiding this comment.
🚫 [vale] reported by reviewdog 🐶
[Microsoft.Contractions] Use 'it's' instead of 'It is'.
| This page is an internal sandbox. It exists to exercise a representative slice of Fern Docs components in a single place — useful for verifying preview deployments, theming changes, and component rendering without editing a real customer-facing page. | ||
|
|
||
| <Note> | ||
| This page is hidden from the sidebar. It is reachable by direct URL only and is not linked from public navigation. |
There was a problem hiding this comment.
🚫 [vale] reported by reviewdog 🐶
[Microsoft.Contractions] Use 'isn't' instead of 'is not'.
| <CodeBlocks> | ||
| ```bash title="curl" | ||
| curl -X POST https://api.example.com/v1/things \ | ||
| -H "Authorization: Bearer $TOKEN" \ |
There was a problem hiding this comment.
📝 [vale] reported by reviewdog 🐶
[FernStyles.Acronyms] 'TOKEN' has no definition.
| To validate component rendering, preview deployments, and CI without touching customer-facing pages. | ||
| </Accordion> | ||
| <Accordion title="Is it indexed?"> | ||
| No. It is marked `hidden: true` in navigation and is not linked from the sidebar. |
There was a problem hiding this comment.
🚫 [vale] reported by reviewdog 🐶
[Microsoft.Contractions] Use 'it's' instead of 'It is'.
| To validate component rendering, preview deployments, and CI without touching customer-facing pages. | ||
| </Accordion> | ||
| <Accordion title="Is it indexed?"> | ||
| No. It is marked `hidden: true` in navigation and is not linked from the sidebar. |
There was a problem hiding this comment.
🚫 [vale] reported by reviewdog 🐶
[Microsoft.Contractions] Use 'isn't' instead of 'is not'.
| </Steps> | ||
|
|
||
| <llms-only> | ||
| This is a non-production sandbox page. Agents inspecting the docs corpus can safely ignore it — it does not document any customer-facing behavior. |
There was a problem hiding this comment.
📝 [vale] reported by reviewdog 🐶
[FernStyles.Adverbs] Remove 'safely' if it's not important to the meaning of the statement.
| </Steps> | ||
|
|
||
| <llms-only> | ||
| This is a non-production sandbox page. Agents inspecting the docs corpus can safely ignore it — it does not document any customer-facing behavior. |
There was a problem hiding this comment.
🚫 [vale] reported by reviewdog 🐶
[Microsoft.Contractions] Use 'doesn't' instead of 'does not'.
|
🌿 Preview your docs: https://fern-preview-fern-test-page-update.docs.buildwithfern.com/learn Here are the markdown pages you've updated: |
|
Requested by: clay |
Summary
Adds a hidden sandbox page at
fern/products/docs/pages/sandbox/test-page.mdxfor exercising Fern components and verifying preview deployments without touching customer-facing pages.Why
We sometimes need a stable, non-public surface to:
What changed
fern/products/docs/pages/sandbox/test-page.mdxcontaining a representative slice of components: callouts (all intents),<CodeBlocks>with curl/TypeScript/Python tabs,<Tabs>,<AccordionGroup>,<CardGroup>of related-docs links, a markdown table,<ParamField>examples, and a<Steps>block. Includes an<llms-only>note clarifying the page's purpose for AI agents.fern/products/docs/docs.yml, markedhidden: trueandcollapsed: trueso the page does not appear in the public sidebar. The page is reachable by direct URL only.Notes
hide-feedback: trueandhide-nav-links: truein frontmatter to suppress feedback widgets and prev/next navigation on what is effectively a non-content page.hidden: truepattern already used byResourcesand other internal-only entries in this file.Requested by: Fern Support