docs: split built-in adapters into one page per adapter#27
Merged
Conversation
Each shipped adapter now has its own page under a "Built-in Adapters" sidebar category (Gorhom, Software Mansion, Custom Modal, React Native Modal, Actions Sheet), with an overview landing page keeping the /built-in-adapters slug. Improves reference/navigation. Internal links updated. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
What
Splits the single Shipped Adapters page into one page per adapter, each shown in the sidebar under a Built-in Adapters category for easier reference/navigation.
Details
docs/docs/built-in-adapters/withindex.md(overview, keeps the/built-in-adaptersslug) + one page per adapter.linkto the overview.custom-adapters.md→/built-in-adapters/swmansion;api/components.md"Docs" column → per-adapter pages;README.mdconvenience-props deep link →built-in-adapters/swmansion.md.##headings normalized).Validation
docusaurus buildpasses (no broken links/anchors;onBrokenLinks: throw). lint + types pre-commit hooks pass.