docs: inline Derive component and derive() string docs (6 files)#191
Closed
moss-bryophyta wants to merge 1 commit intomainfrom
Closed
docs: inline Derive component and derive() string docs (6 files)#191moss-bryophyta wants to merge 1 commit intomainfrom
moss-bryophyta wants to merge 1 commit intomainfrom
Conversation
The template expansion was not rendering content for these pages. Inlines the full documentation from docs-templates/ with package name and docs path substitutions for next, react, and react-native.
Collaborator
Author
|
Closing — going to fix the template expansion instead of inlining. |
auto-merge was automatically disabled
March 31, 2026 02:21
Pull request was closed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The
<Derive>component andderive()string function documentation pages were rendering as empty on the live site. The template expansion fromdocs-templates/was not working for these specific pages.This PR inlines the full documentation content directly into the 6 affected files:
docs/en-US/next/api/components/derive.mdxdocs/en-US/react/api/components/derive.mdxdocs/en-US/react-native/api/components/derive.mdxdocs/en-US/next/api/strings/derive.mdxdocs/en-US/react/api/strings/derive.mdxdocs/en-US/react-native/api/strings/derive.mdxContent is sourced from the existing templates with
__PACKAGE_NAME__and__DOCS_PATH__substituted for each framework.Reported by Ernest.