fix: broken variables#784
Merged
Merged
Conversation
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
💡 Tip: Enable Workflows to automatically generate PRs for you. |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR fixes MDX rendering issues in the Apple runtime docs by correcting broken variable placeholders and invalid <Tab> tag syntax, ensuring runtime names render correctly and tabbed sections parse as valid JSX/MDX.
Changes:
- Replaced Apple runtime name references with
{{runtimeCurrentNameApple}}/{{runtimeLegacyNameApple}}placeholders where appropriate. - Fixed malformed
<Tab>opening tags (e.g., stray>>and misplacedborderBottomattribute) across multiple Apple runtime documentation pages.
Reviewed changes
Copilot reviewed 10 out of 10 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| runtimes/apple/state-machines.mdx | Fixes malformed Legacy Runtime tab tag so the tabbed content parses correctly. |
| runtimes/apple/semantics.mdx | Updates runtime name references to the shared {{runtime*NameApple}} placeholders. |
| runtimes/apple/playing-audio.mdx | Aligns tab titles to use {{runtimeCurrentNameApple}} / {{runtimeLegacyNameApple}} placeholders. |
| runtimes/apple/logging.mdx | Fixes malformed Legacy Runtime tab tag to restore valid MDX/JSX. |
| runtimes/apple/loading-assets.mdx | Fixes malformed Legacy Runtime tab tag to restore valid MDX/JSX. |
| runtimes/apple/layouts.mdx | Fixes malformed Legacy Runtime tab tags and corrects borderBottom attribute placement. |
| runtimes/apple/data-binding.mdx | Fixes multiple malformed Legacy Runtime tab tags to restore valid MDX/JSX. |
| runtimes/apple/caching-a-rive-file.mdx | Fixes malformed Legacy Runtime tab tag to restore valid MDX/JSX. |
| runtimes/apple/artboards.mdx | Fixes malformed Legacy Runtime tab tag to restore valid MDX/JSX. |
| runtimes/apple/apple.mdx | Updates runtime name reference and fixes malformed tab tags/attributes in several tab groups. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
dskuza
approved these changes
Jul 6, 2026
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.
No description provided.